Z
Zippy
I have a single Word template containing some tables. I want to open up
multiple copies of the template in one word document and fill the
tables.
I am working with Word via Ms Access 97.
I opened the template, added text to the first table on the page
using ObjWord.ActiveDocument.Tables(1)
I then inserted a page break and a second copy of the template.
I now want to fill the first table of the new page, but I'm not sure how
to locate 'table(1) on page (n)'. I could calculate the table index
since I know how many tables are on previous pages, but I would hope
there would be something neater.
I think that I should be able to do with using Range or Selection, but
I'm not sure how to do it.
Any advice?
Thanks.
multiple copies of the template in one word document and fill the
tables.
I am working with Word via Ms Access 97.
I opened the template, added text to the first table on the page
using ObjWord.ActiveDocument.Tables(1)
I then inserted a page break and a second copy of the template.
I now want to fill the first table of the new page, but I'm not sure how
to locate 'table(1) on page (n)'. I could calculate the table index
since I know how many tables are on previous pages, but I would hope
there would be something neater.
I think that I should be able to do with using Range or Selection, but
I'm not sure how to do it.
Any advice?
Thanks.