I
Icebox
I'm using Access 2007. I have a multitable form that is used for a form in a
photo asset database. I want to display the photo on the form. I've added
an image control to the form, and I'm having trouble setting the control
source property to display the images I have stored in a directory.
The db has an image table storing paths and filenames, the relevant fields
being "Image Path" and "Front Image" which is the filename. Paths are saved
as relative so the database can be used on a desktop and laptop that have
different file structures. So, typical Image Path data would look like this
".\Images\0000\"
I've tried using the expression builder on the property page for the Image
control, but I'm not having success. One thing I noticed when I added the
Image Path field to the table as text, the field wasn't displaying the
leading "."
So my problems seem to be
1) Incorrect relative path naming
2) forming an expression to join two fields together for the control source.
Any help would be appreciated. Thanks!
photo asset database. I want to display the photo on the form. I've added
an image control to the form, and I'm having trouble setting the control
source property to display the images I have stored in a directory.
The db has an image table storing paths and filenames, the relevant fields
being "Image Path" and "Front Image" which is the filename. Paths are saved
as relative so the database can be used on a desktop and laptop that have
different file structures. So, typical Image Path data would look like this
".\Images\0000\"
I've tried using the expression builder on the property page for the Image
control, but I'm not having success. One thing I noticed when I added the
Image Path field to the table as text, the field wasn't displaying the
leading "."
So my problems seem to be
1) Incorrect relative path naming
2) forming an expression to join two fields together for the control source.
Any help would be appreciated. Thanks!