I need to insert data from an SQL server database into a Word document (user may be using version 2000 or higher). We do not want to use mail merge because we are inserting the data into the open document, not creating multiple documents. I’m thinking that we would just set up a form and when the user tabbed to the field, it would be filled with the information from the database using an entry macro. I have no experience with this type of macro and have no idea where to begin. I want to start with just 1 field for practice. Here is the datbase information:
Server: (local)
Database: RemoteMT
Table: ActivityJobQueue
Column: JobID
Row: 1
I would love a sample macro or to be pointed to some other documentation that would help me.
Thank you!