Import PDF Forms Data to Access

  • Thread starter Thread starter Guest
  • Start date Start date
As far as I know, you can't.

Forms in PDF do not persist the data: they allow you print the filled-in
form, but that's it.
 
Michelle Marie said:
How would I use PDF forms and importhe data into Access?
Thank you!

Not directly, but there is an ActiveX control that will read PDFs from
within Access.

http://www.foxitsoftware.com/pdf/sdk/activex/

You can also use the free Foxit PDF reader which opens incredibly fast (I
open a 500 page document in under a second) compared to the Adobe version.
Register Foxit as the program for PDFs, store the paths to the PDFs in your
database, then use this code to open them:

http://www.mvps.org/access/api/api0018.htm
--
Arvin Meyer, MCP, MVP
Free MS-Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
 

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