Inserting a Word Doc into reports

V

Vayse

Hi
On my access report, I'd like to load a Word Doc into a bound object frame.
This code works on a form, but won't work in reports:

Me.oleBound1.SourceDoc = Me.WordLocation ' Wordlocation is
where the doc is stored
Me.oleBound1.Action = acOLECreateLink

I get this error message:
Microsoft Office Access can't perform the operation specified in the Action
property of the Visual Basic procedure you're trying to run.


Is it possible to load a word doc into a report?
Thanks
Vayse
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top