Search results

  1. H

    looping

    Hi all, I have a dilemma. I have an Access form that I need to auto fill multiple forms. These forms may not have all the bookmarks so I want to use a loop but I don't know which one to use. I know about IF/THEN, IF/ELSE, FOR/NEXT, CASE but I am stuck on which on. I need the loop to go to each...
  2. H

    make a button do two things in access vba

    I am a newbie at VBA. I have the code for my button to do one thing and now I am stuck. How do I get one button to fill in bookmarks on different documents. Here is my code and it is not working Option Compare Database Private Sub cmd_Word_Click() 'Declare Variables Dim sAccessAddress As...
  3. H

    Howdy

    Hi all, I have been using access for awhile and I tutor it along with all the other office software (Word, Excel, Powerpoint). The forum has been a great help to me. Merry Christmas!!
  4. H

    VBA Access 2010 Form data to Word 2010 error

    Hello, I am working on trying to get Access data from a form into Word when the person clicks a button. I got most of the kinks worked out by perusing the forums here but this one has me scratching my head. I keep getting a runtime error 424 access object required. Here is my code and I...
Back
Top Bottom