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
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