I am insterting data into a word document with bookmarks and it works fine.
Can it be done in a loop. That is if I have a table (bookmarks) as follows.
BKMark, Text ' contains the name of a bookmark
BKMarkField, Text ' contains the name of the control the bookmark data is entered from
then loop through the records in bookmarks until EOF transferring the data to word?
Finding the bookmark stored in BKMark, works fine but at the moment I am just getting the name of the controls I have entered in BKMarkField rather than the information from the form.
I am now trying experimenting with pointers to achieve this.
Any help or a simple no it cant be done would be greatly appreciated.
Thanks
Jubb
Can it be done in a loop. That is if I have a table (bookmarks) as follows.
BKMark, Text ' contains the name of a bookmark
BKMarkField, Text ' contains the name of the control the bookmark data is entered from
then loop through the records in bookmarks until EOF transferring the data to word?
Finding the bookmark stored in BKMark, works fine but at the moment I am just getting the name of the controls I have entered in BKMarkField rather than the information from the form.
I am now trying experimenting with pointers to achieve this.
Any help or a simple no it cant be done would be greatly appreciated.
Thanks
Jubb