Is there a way to send certain pieces of form data to fields in an Access Database? I have a form that salesmen fill out to let us know when an order needs changed. I would like to set that form up, so that the people changing the orders can just click a button and the form data will automatically move to the database - thus reducing the amount of manual entry into the database. Can this be done? If so, what do I need to do in order to accomplish this?
Also, it requires that the DB is available as local ODBC resource and that you're using Acrobat (version lower than X)... So yes, it's possible, but complicated to implement.
Another option would be to export the values of the form to a CSV file and then import that directly into the DB. That is less complex to implement, but requires more user interaction (saving the CSV file and then importing it into the DB).
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com