G
Guest
I have a form that is able to display a photo for each record. To display the
photo, I need a field to enter the full path/filename of the jpeg file.
Instead of having to type the full path, I created an unbound field with an
expression that concatenates the path and the field that contains just the
filename.
For example, to display the photo, I just need to enter the filename. The
unbound field will then concatenate: "c:/pic/" & txtfilename. However, if I
decided to move the photos to a another directory, I will need to edit the
expression.
I wan to create a button that will allow someone to enter the new path,
which will then be used to concatenate with the filename rather than having
to go into the unbound field and mess with the expression itself. How can I
do something like this? Thanks.
ck
photo, I need a field to enter the full path/filename of the jpeg file.
Instead of having to type the full path, I created an unbound field with an
expression that concatenates the path and the field that contains just the
filename.
For example, to display the photo, I just need to enter the filename. The
unbound field will then concatenate: "c:/pic/" & txtfilename. However, if I
decided to move the photos to a another directory, I will need to edit the
expression.
I wan to create a button that will allow someone to enter the new path,
which will then be used to concatenate with the filename rather than having
to go into the unbound field and mess with the expression itself. How can I
do something like this? Thanks.
ck