How can I create a button which opens a Adobe Acrobat Document?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a help document in Acrobat which i want to open when im using my
database. I would like to have a button which would open this document when i
click on it. Can this be done?
 
hi,
yes.
create a macro which uses the runapp.
for the command line put the file path to adobe then the
file path to the adobe document.
this will open adobe and the desired document.
you can assign the macro to a button.
here is the command line i use to lauch excel and a
special file i have
C:\Program files\Office2k\office\Excel.exe
H:\codestuff\excelmacros.xls
note: this wrapped. should be 1 line with a space between
the 2 file paths.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top