I'm using Access 2013, Adobe Acrobat XI, and Google Chrome on Win8.
I have a database that tracks expenditures and have each receipt scanned to a pdf file. I would like to display the corresponding/unique receipt (pdf) for each expenditure/record.
I added a field called ScanFileName to both the table and form and wrote a function to populate the field with the path and file name for the corresponding receipt. It populates with something that looks like this: "File:///c:\MyAppPath\Scans\REC 0001.pdf"
I added a Web Browser Control to the form and set the control data source to the ScanFileName field.
The control is displaying the "The program cannot display the web page" browser page.
I'm not sure what I am doing wrong - any help would be greatly appreciated![]()