I have carefully bookmarked my word document, and am then opeing it from access without difficulty. However when i try to use:
doc.editgoto "nameofbookmark"
doc.insert "whatever"
it always enters the information at the beginning of the document. the only way i have been able to change that is by using:
doc.endofdocument
doc.insert "whatever"
and that, of course, enters the info at the end of the document.
is <doc.editgoto> a valid command? is there a recognised problem with the bookmark command in older versions? I'm using office 97.
Thanks for any help...
Anna
doc.editgoto "nameofbookmark"
doc.insert "whatever"
it always enters the information at the beginning of the document. the only way i have been able to change that is by using:
doc.endofdocument
doc.insert "whatever"
and that, of course, enters the info at the end of the document.
is <doc.editgoto> a valid command? is there a recognised problem with the bookmark command in older versions? I'm using office 97.
Thanks for any help...
Anna