I have a form that contains tabs 1 of the tabs displays a subform. The subform is used to display PDF Files that have been saved related to the record on the Main form. I use a table that contains 4 fields:
1. Identity field used for the primary key
2. PQIID is a foreign key to the member table
3. text field for the description of the PDF File
4. The Path to the PDF File
The sub form partially does what I need If there are 4 PDF linked to 1 Member I can cycle through the 4 records the problem is I need it to display the PDF File Not the path to the pdf file.
Any help would be appreciated.