open a pdf file withn access 2000

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

Guest

How do I open a pdf file within access 2000, either by a switchboard button
or macro or a standard control button?
 
Access doesn't have the ability to read PDF files.

If what you're wanting to do is launch Acrobat Reader from within Access,
you can use the FollowHyperlink method, or you can use the ShellExecute API
(see http://www.mvps.org/access/api/api0018.htm at "The Access Web" for an
example)
 
uh sure it can

use an adobe acrobat activeX control

insert control, activeX or something and then find one and google the
guid or the classname or something
 

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