How can I auto-populate two MS Word document fields (customer name) and (address)
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
How can I auto-populate two MS Word document fields (customer name) and (address) From the Northwind database Example: MS Word Document: New customer Information This is to inform you Mr. _________(customer name) has a new address of _______ (address) Here is my scenario: User logs in to web page and updates a record for the customer’s new address, which will be stored in the customers table of the Northwind database. User wants to print the above word document: New Customer Information which will contain the updated data I have visual studio 2003, and Visual studio tools for office