What I want to do is 'click' a command button on a form and have a pdf file come up as an example of how the form should be completed.
I have the form, the command button, and an empty vba routine. I have a table with the pdf file in it ( OLE object ).
What I'm missing is the piece of code that will open the pdf file.
Sounds easy enough but I can't find any references on how to do it. Even if the field was added to my query ( that the form is based on ) and the control were invisible I would still have to open the file somehow ???
I have the form, the command button, and an empty vba routine. I have a table with the pdf file in it ( OLE object ).
What I'm missing is the piece of code that will open the pdf file.
Sounds easy enough but I can't find any references on how to do it. Even if the field was added to my query ( that the form is based on ) and the control were invisible I would still have to open the file somehow ???