josephbupe
Registered User.
- Local time
- Today, 07:48
- Joined
- Jan 31, 2008
- Messages
- 247
Hi,
I found a sample of a database that stores images in a sub folder located within the same directory as the mdb project file. The code is as follows:
I would like to modify the code above to store images somewhere else and not in the subfolder.
joseph
I found a sample of a database that stores images in a sub folder located within the same directory as the mdb project file. The code is as follows:
Code:
'setup new file name and appropriate DB subfolder
relativePath = "\Persons_Images\"
dbPath = Application.CurrentProject.Path
I would like to modify the code above to store images somewhere else and not in the subfolder.
joseph
Last edited: