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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Dwight3238

    date format

    i'm writing some VBA code for Word and in a text box in a userform i'm getting the user to input the date in the mm/dd/yyyy format, though that's just verbal instructions i don't know how to control that input. my issue is that i need to convert that date to the "mmmm dd, yyyy&quot...
  2. Dwight3238

    moving a file

    Thanks Mike the user selects from a combo box on a form. but while replying i thought that i could move the file prior to opening the document then just open from the archive directory. Thanks again.
  3. Dwight3238

    moving a file

    I'm using VBA to open a new document from a template that i pick from a list of templates in a directory. i open only one document from it and then i need to move this template to an archive folder. That way it won't appear in the list of templates the next time i use this project. I have tried...
  4. Dwight3238

    still having trouble going from code to form to code

    Hi, in my Word VBA code i have an if statement that if true calls a user form. When finished with the user form i want to come back to the code and continue. i got the switching to the form part ok with userform.show but how do i get back.
  5. Dwight3238

    ok a new issue in my Word template

    ok a new issue in my Word template VBA project. i'm trying to have the records from my database display in a combo box. earlier in my code i opened this database and grabed a single record. now when i try to grab all records for my list i get the single record from before repeated as many times...
  6. Dwight3238

    User Forms in VBA

    Great your adviced did the trick. Thanks
  7. Dwight3238

    User Forms in VBA

    Thanks but i guess i wasn't very clear. i need to call the second form and then return back to the original form. i'm in an IF statement that if the condition is true then i need to open this other form. i can't use an input box since i need to present a list of choices to the user in a...
  8. Dwight3238

    User Forms in VBA

    Hi I'm creating a automation template in Word and I need to use multiple user forms, how do I get the code to open the next form from the previous one?
  9. Dwight3238

    Need to get a record from MS Access using Word VBA

    Thanks guys for the input it really helped and I have it working. Just one more question concerning this issue. I added the Active X reference to my project. Does that follow the template if I distribute it to other users? Also, I used Access as my datasource, do my users have to have MS...
  10. Dwight3238

    Need to get a record from MS Access using Word VBA

    Just an added note; I need the record information to be stored in a varible Thanks
  11. Dwight3238

    Need to get a record from MS Access using Word VBA

    I'm creating a Word XP template using VBA and I needs to get a record from a MS Access database table. I have tried every example that I can find but none seem to work. Can someone help.

Part and Inventory Search

Back
Top