Results 1 to 4 of 4
  1. #1
    TerraEarth is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Mar 2018
    Posts
    86

    Automating filling out a pdf


    So I have data on a database that I would like to use to fill out fields on a PDF form. The PDF form is already designed and has fillable fields/signature box/checkboxes/etc. on it.

    What I am thinking of doing is, copy the template, empty-field PDF to another folder, rename it to some entry-specific title (like CustomerID'sPDF or something along those lines) and then fill it out and repeating the process as many times for as many records as necessary.

    Any suggestions on how I should start to tackle this problem and what I should look up?

  2. #2
    NTC is offline VIP
    Windows 10 Access 2013
    Join Date
    Nov 2009
    Posts
    2,392
    As you describe it - - what you need to do is go to an Adobe forum and find out if a pdf can link to an Access table/query.

    From the Access side - - you can open a Report, then right click - and export it as a PDF. This may work fine - but it is not a fit with your description of filling in a pre-made PDF template. It is quite simple and widely used as many reports need to be shared in PDF format.

  3. #3
    TerraEarth is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Mar 2018
    Posts
    86
    That is correct, what I need is not printed reports, but actual field fill-ins, as this document is going to be passed on and filled in by other people as well.

    I was able to find some code that actually writes to fields in a pdf, given that you know the names of said fields.

    The only thing I have to do now is to set it up so that this code is run for every entry in my relational database with their respective values. Does anyone know the best way to go about doing this?

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Code that opens and cycles through recordset.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Automating an online enrollment
    By Feddy in forum Access
    Replies: 12
    Last Post: 11-29-2016, 04:08 PM
  2. Automating Button Clicking
    By csn102 in forum Programming
    Replies: 3
    Last Post: 11-05-2015, 02:01 PM
  3. automating data entry
    By phineas629 in forum Programming
    Replies: 2
    Last Post: 10-26-2011, 01:04 PM
  4. Automating Report Publishing
    By drizzo in forum Reports
    Replies: 2
    Last Post: 01-20-2011, 01:42 PM
  5. Automating Reports
    By Christopher in forum Import/Export Data
    Replies: 3
    Last Post: 04-22-2010, 01:40 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums