Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by apryor

  1. apryor

    Autofill info on a Word Doc with VBA?

    Right now, each document is set up as a template. Nothing special, just formating. I don't think I've ever used a bookmark in Word. I'll look it up. Basically, When a user needs that particular doc, they manually enter info into it, then do a save as to create their own copy. I just want a...
  2. apryor

    Autofill info on a Word Doc with VBA?

    OK, I have about 10-15 Word Doc's that users manually enter info in, and I'd like to see if there's a way to automate this process. Aside from Mail merge, is there a way (maybe using VBA) to type in a name (or select it from a drop-down box) and based on the name entered, have it populate the...
  3. apryor

    Multi-page Forms Help!!

    Thanks for the info, I'll try out your page break example. I'm trying to create forms in access that match the look of some word doc's, most of which are 2 pages, but now I have one that's 3 pgs. Is there an easy way to pass the info from my form to a report? I'm sure there's a way to do it in...
  4. apryor

    Multi-page Forms Help!!

    I'm sure this is a simple solution, but I just can't seem to figure it out. I'm designing a form that I would like to be 3 pages long. When I'm in Design view, I can extend the bottom of the page to about 22 inches, based on the side ruler, but not far enough to create a third page. I tried...
  5. apryor

    Need a Good Book on Access VBA

    Thanks for your help Guys, I'll be stopping by Barnes & Noble after work today to check out those titles and anything else I can find. AP
  6. apryor

    Need a Good Book on Access VBA

    I'm starting a project with Access and it's looking like it is going to require some special customization. Possibly using VBA. The problem of course being that I'm not very familiar with VBA. Can anyone recommend a good book to get me up and running and learn it? Additionally, this is one of...
  7. apryor

    Need help creating Auto Lookup or Autofill on a Form

    It's working, thanks for all the help. Arend
  8. apryor

    Need help creating Auto Lookup or Autofill on a Form

    I checked out the Dlookup function but I'm still confused. Am I doing something wrong with the VBA code above? Or in my form design? The fields on the form are from the table (tblNI) shown above, and I added the combo box based on values listed from the NIName value in the table. I'm still a...
  9. apryor

    Need help creating Auto Lookup or Autofill on a Form

    I have a form that has a combo box, which contains contact names. Once a name is selected from the combo box, I'd like it to automatically fill the Address, City, State and Zip. I've seen solutions on this but I just can't seem to make it work. Here are the details Table = tblNI NIID NIName...

Part and Inventory Search

Back
Top