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 derfloh 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. geminii0002

    How to send a subform datasheet field data to Word by automation

    Have you tried creating a temp table with the data you want and then using that for for the word datasource?
  2. geminii0002

    Closing word from Access, still sticking around

    The following works fine for me using access 97 to call word 2000 on win 98.I call word and the word document seperately, and close seperately. myApp = modSettings.AppPath & modSettings.AppName Set oApp = GetObject(, Word.Application) Set oDoc =...

Part and Inventory Search

Back
Top