Search results

  1. A

    "For Loop" Mail Merge

    Yep My MailMerge works flawlessly! However, if I want to update this database along with new fields in a document, I have to open and edit my code everytime. So if I could have a "for loop" that would start with field number 1 and added 1 until it doesn't find any more fields, it would be...
  2. A

    "For Loop" Mail Merge

    'late binding Dim MyWord As Object Set MyWord = CreateObject("Word.Application") 'early binding 'Dim MyWord As Word.Application 'Set MyWord = New Word.Application 'Dim MyWord As Word.Application 'Set MyWord = New Word.Application 'Dim PathDocu As...
  3. A

    "For Loop" Mail Merge

    Hello all. I am at my wit's end. I am a VB retard and need a little help. I have an access database that works great until I want to mail merge to a word document. I have 40 text boxes that I want to merge along with 35 checkboxes. I bookmarked my document with the exact names of my text...
  4. A

    Multiple tables, One form with 3 Subforms problems

    Thank you for the link, however, we may be having interpretation errors. Let me explain. All three forms that need to be filled out are completely seperate. All repetitive data should be referenced to another table. None of the form data is repetitive. table one is my customer table, I want...
  5. A

    Multiple tables, One form with 3 Subforms problems

    Is there anyway you could give me an example as to how I should go at it?
  6. A

    Multiple tables, One form with 3 Subforms problems

    I have 3 paper forms that get filled out on the road. These are evaluations. I want to input the data from the paper forms into a simple database. Each of the physical forms have about 135 places for data. I would like to make an Access database that lets me input my data into the respected...
  7. A

    Multiple tables, One form with 3 Subforms problems

    I need the data tables because each of them has about 150 fields which is >255 I just need a way to link several tables so that each record has a corresponding reference in the cases table.
  8. A

    Multiple tables, One form with 3 Subforms problems

    Hi Guys & Gals, I have an Access 2007 database that I am fighting with. I have a friend who needs a data entry database. So far I have created 4 tables: Cases, Customers, Data1, Data2. Cases_tbl has following fields:ID(autonumber), Customers_ID(number), Data1_ID(number), Data2_ID(number)...
Back
Top Bottom