Search results

  1. O

    Writing to Text boxes on a Form variable /loop

    HI All I some code that is reading the first 32 lines of a text file and paste the results into 1 text box on individual lines. I would like each line to go into an individual text box. I have 32 text boxes named txt_1, txt_2, txt_3 I have a variable named ThisLine holding the line of the...
  2. O

    Linking Subform in Tab Control to Main Form

    Hi All Last night I was working on a new db and wanted to use a few subforms inside a Tab Control. One subform per Tab. I linked the forms last night and everything was working fine. but loading it today I am getting the following error: The LinkMasterFields property setting has produced this...
  3. O

    Error Handling, Loop, External Paths

    Hi All I am setting up a form to send multiple attachments to an email. I have a query "qry_DwgEmail" that has an ID and a path column. On the form I have a button with the code below in the Click Event. The code below all works fine unless the path is incorrect, so I would like some error...
  4. O

    Query - Compare, Add, Change & Delete.

    Hi All I am new to access and don’t really know what I am doing with the queries. I thought I had sussed it after 3days of hardcore googleing but I havent :-( I have attached my database. Basically I would like all our stock records from our current system (Lakeview) in an Access database so...
Back
Top Bottom