R
Robin
I have a Word Doc 2003, 1/2 page, that I would like to show on a form and
report. I like the idea of the users being able to edit the info on the form
from time to time, but they can edit the file itself if that's recommended as
the users will have Word available on their machines. I've tried so many
different combinations I can't even remember which combinations did what. Is
there a "right" way to do this that I've certainly missed?
My current best guess is an Unbound OLE box, linked rather than embeded.
But I can never seem to get the changes made on the form appear on the
report, tried the Report format event.
Me!OLEObject1.sourcedoc = Me!ImagePath
or
Me!OLEObject1.sourcedoc = [ImagePath]
or
Me!OLEObject1.sourcedoc = "[ImagePath]"
or
Me!OLEObject1.sourcedoc = "C:\ImagePath\Image.doc"
I either get varying errors or nothing shows on the report, If I link or
embed the file on the report initially, it never changes.
I've tried dozens of other threads trying to decipher my shortfalls but no
luck. Any help or suggestions is appreciated.
Thanks,
Robin
report. I like the idea of the users being able to edit the info on the form
from time to time, but they can edit the file itself if that's recommended as
the users will have Word available on their machines. I've tried so many
different combinations I can't even remember which combinations did what. Is
there a "right" way to do this that I've certainly missed?
My current best guess is an Unbound OLE box, linked rather than embeded.
But I can never seem to get the changes made on the form appear on the
report, tried the Report format event.
Me!OLEObject1.sourcedoc = Me!ImagePath
or
Me!OLEObject1.sourcedoc = [ImagePath]
or
Me!OLEObject1.sourcedoc = "[ImagePath]"
or
Me!OLEObject1.sourcedoc = "C:\ImagePath\Image.doc"
I either get varying errors or nothing shows on the report, If I link or
embed the file on the report initially, it never changes.
I've tried dozens of other threads trying to decipher my shortfalls but no
luck. Any help or suggestions is appreciated.
Thanks,
Robin