Hi,
I'm having trouble trying to find out what is required in my VB program
to have access to the linked pdf object in my Access Database.
The field "attach" is an ole object. Contained in this is the pdf
document.
If I double click on the entry in Access it launches the Acrobat
reader.
How do I do the same thing in VisualBasic (as I'm using this as my
front end GUI)?
I know how to get to the record in the database (I good at database
programming) - but what do I do with this OLE field?
Do I need to use the OLE container object?
How do I connect the two together?
Thanks in advance,
Phil.
I'm having trouble trying to find out what is required in my VB program
to have access to the linked pdf object in my Access Database.
The field "attach" is an ole object. Contained in this is the pdf
document.
If I double click on the entry in Access it launches the Acrobat
reader.
How do I do the same thing in VisualBasic (as I'm using this as my
front end GUI)?
I know how to get to the record in the database (I good at database
programming) - but what do I do with this OLE field?
Do I need to use the OLE container object?
How do I connect the two together?
Thanks in advance,
Phil.
Comment