Hello to everyone, this is my first post here.

I am new at this, so here is my scenario. I am working on a small access 2007 database to search and keep track of our business forms about 300 or so and some forms has between 2 to 10 pages. All forms were converted to PDF for better security and accessibility. All forms are saved using a form code, for example "fc1000, fc1001" and so on. I also have a jpeg snapshot of each form attached to each record, so the user can visually see how the form looks like.
I need help on the following:
Search and Print a specific pdf form
How do I link and open a PDF file with a primary key field via a button? I know that I need some VBA code. I looked and search everywhere but without luck.
Primary field: formCode, will stored the pdf file name which is "fc1000, fc1001, etc"
Primary key field
formCode
fc1000
fc1001
fc1002
C:\Forms\”.pdf“
Form name
fc1000
fc1001
fc1002
Thanks in advanced
I am new at this, so here is my scenario. I am working on a small access 2007 database to search and keep track of our business forms about 300 or so and some forms has between 2 to 10 pages. All forms were converted to PDF for better security and accessibility. All forms are saved using a form code, for example "fc1000, fc1001" and so on. I also have a jpeg snapshot of each form attached to each record, so the user can visually see how the form looks like.
I need help on the following:
Search and Print a specific pdf form
How do I link and open a PDF file with a primary key field via a button? I know that I need some VBA code. I looked and search everywhere but without luck.
Primary field: formCode, will stored the pdf file name which is "fc1000, fc1001, etc"
Primary key field
formCode
fc1000
fc1001
fc1002
C:\Forms\”.pdf“
Form name
fc1000
fc1001
fc1002
Thanks in advanced