Fill PDF fields with Access VBA

I had a requirement to maintain information in PDF forms provided by a third party, but my choices were either to manually fill each one individually with a pen or to fill each one in a browser while copy/pasting all the information from another application (Microsoft Access). Neither of those solutions seemed very productive or had any way of catching input errors until I wrote this solution.

Continue Reading →