D
dleonard
Hi,
Thanks in advance for your help.
I am trying to extract table and query data from my MS Access 2000 DB
and insert it into my already defined MS Word 2000 template.
I have a form with a button setup in my database.
I have a word template with bookmarks all ready to have the data
inserted into it.
I have VB code that (automates) opens the word document, inserts text
or tables, then saves and closes it.
What I am after is the VB code behind the button on the form which
selects a query or table of my currently open database and gives me a
Recordset. The Recordset will be parsed and inserted into Word tables
at specific bookmarks.
Can anyone direct me to a good reference site which explains with
examples, what the syntax is to manipulate tables/queries?
Cheers,
Damian.
Thanks in advance for your help.
I am trying to extract table and query data from my MS Access 2000 DB
and insert it into my already defined MS Word 2000 template.
I have a form with a button setup in my database.
I have a word template with bookmarks all ready to have the data
inserted into it.
I have VB code that (automates) opens the word document, inserts text
or tables, then saves and closes it.
What I am after is the VB code behind the button on the form which
selects a query or table of my currently open database and gives me a
Recordset. The Recordset will be parsed and inserted into Word tables
at specific bookmarks.
Can anyone direct me to a good reference site which explains with
examples, what the syntax is to manipulate tables/queries?
Cheers,
Damian.