I am an Access 2010 newby.
I have a database that keeps track of all farm documentation such as scanned receipts, logs, inspections, etc. All of these scans are in the folder: C:\Users\FOffic e\Documents\My Scans\Scanned\* .png
The database is located in c:\Users\FOffic e\Documents\Far mDat
It is a real pain to have to select the path for every single record to the same folder when I add the hyperlink....
Search Result
Collapse
2 results in 0.0043 seconds.
Keywords
Members
Tags
-
Hyperlink default folder
-
MS Access - Set Default Database Folder using VBA
Hi,
I am creating rtf files in MS Access and I would like to know how to change the location of the saved files. Currently, they are being saved in my default database folder.
The following code is used to generate the rtf file:
DoCmd.OutputTo acOutputReport, "rptEmploye e", acFormatRTF, "Employee.r tf", True
I want to save the file to a folder which is located in the...