Prompt For Input

C

CK

I have a form that is displaying photos. I'm trying to simplify the entering
of the path/filename to the image by getting the user to enter only the
filename. As for the path, I want to create a button that will prompt the
user to enter the path ( eg. c:\pic\) and then in another unbound control, it
will concatenate what the user had entered for the path and the filename to
form the full path/filename structure in order to display the image.

The path that the user enter should automatically update all the
path/filename for all records so that in future, if the user decides to move
the images to another location, all he needs is to click on the button, enter
the new path(without messing with the filename) and walla, the image will
work again.

Any ideas? Thanks.
ck
 
Top