Bring Image Into Access as a Form

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

Guest

I have a .pdf tax form image that I would like to bring into Access as a
report or form and populate it from a query -- so I can mass print it with
lots of data. Can you point me to some examples or literature that will help
me out. THanks.
 
dallin said:
I have a .pdf tax form image that I would like to bring into Access as a
report or form and populate it from a query -- so I can mass print it with
lots of data. Can you point me to some examples or literature that will
help
me out. THanks.

Adobe Acrobat had an ActiveX control that did this up through version 4.05.
Then they broke it when they tried to foil those who would build pdf makers
and far lower cost. I gave up and decided to abandoned Adobe and use a
smaller, quicker, better, and MUCH cheaper program to make my PDFs, named
Win2PDF:

http://www.win2pdf.com

I now store the path to the PDF in a text field and use ShellExceute to open
it in a better reader (also free) than Adobe's:

http://www.foxit.com

Have a look at the code at:

http://www.mvps.org/access/api/api0018.htm
 

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