Zydeceltico
Registered User.
- Local time
- Today, 16:51
- Joined
- Dec 5, 2017
- Messages
- 843
Hi all.
I am developing a db to record quality control inspections at a manufacturing plant. The front end of this db exists on a rugged tablet. The back end resides on a network drive.
Sometimes we need to take pictures associated with those inspections. Currently, photos are taken with either a phone or a camera. They are then downloaded to a specific folder on a network drive (e.g., F:\JobPhotos\Job6267\ ).
I have a tblQCInspections. That table has an existing field called PhotoLink.
I have a frmInspection to record single inspection events. This form is based on tblQCInspections.
Real Process: 1) inspect product filling out electronic inspection form (frmInspection). 2) find flaw. 3) take picture of flaw. 4) create new folder in F:\JobPhotos for that specific job. 5) download photos from phone to that specific newly created job folder. 6) Desire to return to newly created inspection record in tblQCInspections and add a hyperlink to the photo folder on the F drive.
I think I can manage all of the navigation and appending of records.
What is unclear to me is if I can add a hyperlink to a folder instead of a file. I want it to act like the "Insert Hyperlink" command in Outlook.
Thoughts?
I know I could just attach photos as single files but sometimes that could be a lot of files.
I'd rather have the user click a hyperlink to a folder and have Windows Explorer open up to that folder.
Is this possible?
Thanks in Advance!
Tim
I am developing a db to record quality control inspections at a manufacturing plant. The front end of this db exists on a rugged tablet. The back end resides on a network drive.
Sometimes we need to take pictures associated with those inspections. Currently, photos are taken with either a phone or a camera. They are then downloaded to a specific folder on a network drive (e.g., F:\JobPhotos\Job6267\ ).
I have a tblQCInspections. That table has an existing field called PhotoLink.
I have a frmInspection to record single inspection events. This form is based on tblQCInspections.
Real Process: 1) inspect product filling out electronic inspection form (frmInspection). 2) find flaw. 3) take picture of flaw. 4) create new folder in F:\JobPhotos for that specific job. 5) download photos from phone to that specific newly created job folder. 6) Desire to return to newly created inspection record in tblQCInspections and add a hyperlink to the photo folder on the F drive.
I think I can manage all of the navigation and appending of records.
What is unclear to me is if I can add a hyperlink to a folder instead of a file. I want it to act like the "Insert Hyperlink" command in Outlook.
Thoughts?
I know I could just attach photos as single files but sometimes that could be a lot of files.
I'd rather have the user click a hyperlink to a folder and have Windows Explorer open up to that folder.
Is this possible?
Thanks in Advance!
Tim
Last edited: