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 biv343 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: *

  • Users: Assam83
  • Content: Threads
  • Order by date
  1. Assam83

    VBA how to change document type for mailmerge

    Hi guys im trying to change the MS Workd mailmerge document type in VBA from Access any ideas?? Thanks current code: 'make sure there is data to merge If (tbl.RecordCount > 0) Then strDocName = "Additional_Forms.doc" strNewName = "Last_Additional_Forms"...

Part and Inventory Search

Back
Top