harkirat777
New member
- Local time
- Today, 08:09
- Joined
- Jul 23, 2013
- Messages
- 4
Hi
I want to take out the data from a PDF form and import into a MS-access database. What is the best way of doing this?
I have tried a simple example as follows and works fine
:
1. Create a PDF form using acrobat with the field name same as in MS database
2. Export the PDF field data as XML
3. Importing XML in MS-access using access form and VBA.
This works fine, however, my question is, is there a better way of doing this?
Will it work efficiently for the PDFs with 100 fields?
Thanks
Harkirat
I want to take out the data from a PDF form and import into a MS-access database. What is the best way of doing this?
I have tried a simple example as follows and works fine

1. Create a PDF form using acrobat with the field name same as in MS database
2. Export the PDF field data as XML
3. Importing XML in MS-access using access form and VBA.
This works fine, however, my question is, is there a better way of doing this?

Will it work efficiently for the PDFs with 100 fields?

Thanks
Harkirat