J
Jack
Hello,
I have a set of Word documents that all originate from the same template
file. I am developing a VB.NET utility to import the data from each document
into an Access database. Each document will represent a single record in a
table.
All of the data I need to import are in formfields as either textboxes or
checkboxes. My plan is to iterate through the formfields collection and
append the data to the database record.
My question is this ... because not all the formfields are bookmarks, and
therefore not all have names, can I be certain that the formfields in the
formfields collection will always be returned in the same order every time I
request the collection from Word?
The assumption can be made that the structure of the documents are all
exactly the same and the only changes made were the data in the form fields.
Thanks in advance for your help!
Jack
I have a set of Word documents that all originate from the same template
file. I am developing a VB.NET utility to import the data from each document
into an Access database. Each document will represent a single record in a
table.
All of the data I need to import are in formfields as either textboxes or
checkboxes. My plan is to iterate through the formfields collection and
append the data to the database record.
My question is this ... because not all the formfields are bookmarks, and
therefore not all have names, can I be certain that the formfields in the
formfields collection will always be returned in the same order every time I
request the collection from Word?
The assumption can be made that the structure of the documents are all
exactly the same and the only changes made were the data in the form fields.
Thanks in advance for your help!
Jack