I have a question about a function I am trying to get to work in my database. I am using an Access 2003 database in Access 2007. What I am trying to do is have it so that a user can fill out a form I have created, and then have the data from those fields output to an official template pdf that I use. So far the only things I've found are what are possibly 3rd party add-ons (which I am not allowed to use at work).
Example:
Export Form.TextField1 -> PDF_Template.TextField1
Export Form.TextField2 -> PDF_Template.TextField2
Is this possible in VBA, or will I need to use an add-on to do it?
Thank you for reading, any help or guidance is appreciated
-LC