I would love to know how (if possible) to populate an Adobe PDF form with data pulled from an Access database.
Background
I have a registration form already created using Adobe LiveCycle which is used by people to fill in their details. With a built-in xml schema, the user saves the form and sends them to me. I extract the data into an xml document which I can then import in an Access database using VBA code.
The Need
When it comes time to re-register, much of the original data provided by the user has not changed. Rather than ask them to fill out the form all over again, I would like to send them their original data and they can update whichever fields they need to. With the xml schema built into the form, I would love to turn this form into a two-way avenue for both importing and exporting data. Is this possible?
Any assistance in this matter would be greatly appreciated. Please let me know if I have not provided enough information.
Brett