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 IamaSherpa 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. JimFive

    merge word docs to one print file within ADP process???

    How about creating the Word Document as a MailMerge with the MergeSource being a table or view in the database. Your code would then only need to fill the table. Opening the Document and hitting Merge to file to create the big file, or Merge to Printer to print them all. JimFive
  2. JimFive

    Cant update Recordset

    Your CommandType is a StoredProcedure, so your recordset is not updatable. You need to have a Table or Updatable view to update data this way. JimFive.

Part and Inventory Search

Back
Top