G
Guest
I am currently looking at converting an existing MS-Access 95 system to
MS-Access 2003. Part of the system uses ole objects to allow the users to
create documents (all different so mail merge cant be used) to print out in
one big report collated by the intended recipients. The original programmer
got round the problem with bound object frames not being resizeable by having
one field per page and having set pages. I am considering getting rid of the
MS-Access report and using Word OLE automation to create a word document.
However the only way I can see of getting the data out of the database is by
using bound object frames, opening the document in word (by using the
acOLEActivate action on the frame), selecting the document and pasting it
into the new word document - I've got this to work but it looks naff as you
can see the word documents being opened.
I guess my question is - is there any way of inserting the contents of an
Ole object field into a word document without the use of a bound object frame
or opening word?
Thanks in advance for all replies.
Martin
MS-Access 2003. Part of the system uses ole objects to allow the users to
create documents (all different so mail merge cant be used) to print out in
one big report collated by the intended recipients. The original programmer
got round the problem with bound object frames not being resizeable by having
one field per page and having set pages. I am considering getting rid of the
MS-Access report and using Word OLE automation to create a word document.
However the only way I can see of getting the data out of the database is by
using bound object frames, opening the document in word (by using the
acOLEActivate action on the frame), selecting the document and pasting it
into the new word document - I've got this to work but it looks naff as you
can see the word documents being opened.
I guess my question is - is there any way of inserting the contents of an
Ole object field into a word document without the use of a bound object frame
or opening word?
Thanks in advance for all replies.
Martin