
Importing data into a template.
Hello all -
This will be my first real dive into Word development, so I apologize for my
ignorance. That having been said, here is the situation I find myself in.
Using Acess and SQL 2000 we are able to export data into a comma-delimited
text file and import this into a word template using book marks. So far,
the templates we use are about 1-2 pages and they are VERY static. However,
now we want to become a little more dynamic and we're not sure how to go
about it.
For instance, before we use to just list list totals in our reports:
Total Clients: 10
Today's date: 2002-10-08
etc...
Now we'd like to create a template that could be repeated X number of times.
For instance:
(Page1)
Client name: ClientA
Employee total: 40
etc...
(Page2)
Client name: ClientB
Employee total: 50
etc...
So, when developing the template we won't know how many clients there will
be ... but, we'd want each page uniform and the same.
Would we want to use a Mail-merge for this, instead of bookmarks? Would
that allow us to have X number of pages, all of the same template, but
displaying different data?
Any and all suggestions are appreciated!!
Thanks,
Wade