K
Kelli E.
I want to build a module that does the following for multiple Word templates:
1. Request the user to input a policy#
2. Look up the policy info in a table in SQL Server Database with the policy #
3. Populate fields in the template (name, address, etc)
What is the best way to accomplish this? The data I need is in one table in
the database, dbo.STAT1. I want to be able to save this module to a bunch of
templates to automatically run when the template is opened. Any tips would
be greatly appreciated. Thanks!!
1. Request the user to input a policy#
2. Look up the policy info in a table in SQL Server Database with the policy #
3. Populate fields in the template (name, address, etc)
What is the best way to accomplish this? The data I need is in one table in
the database, dbo.STAT1. I want to be able to save this module to a bunch of
templates to automatically run when the template is opened. Any tips would
be greatly appreciated. Thanks!!