I am storing a word doc and a PDF doc in an OLE field.
I have an unbound form and I would like the user to clik a button to view the document on file. What do I have to do to get the document to load.
I created a bound object frame OLEBound391....and am OLE field in a table named DOCUMENT. How can I get the contents of the OLE field to be viewable on a form.
Here's my code...
Me.OLEBound391.Visible = True
Me.OLEBound391.Verb = acOLEVerbOpen
Me.OLEBound391.Action = acOLEActivate
I have an unbound form and I would like the user to clik a button to view the document on file. What do I have to do to get the document to load.
I created a bound object frame OLEBound391....and am OLE field in a table named DOCUMENT. How can I get the contents of the OLE field to be viewable on a form.
Here's my code...
Me.OLEBound391.Visible = True
Me.OLEBound391.Verb = acOLEVerbOpen
Me.OLEBound391.Action = acOLEActivate