E
Elleyne
We have an Access Form that in one cell has a picture code:
PwrNumb (field name): 123456789 (name of picture)
on another part of the form we need to display the file path to the picture.
In order to avoid typing mistakes, is there a macro, query, or other command
that we can create to automatically type in the file path, when we type in
the name of the picture into the textbox of the fieldname (PwrNumb) of
123456789 which is a changing number?
PWRNumb 123456789
FilePathName c:\Users\Elleyne\MyDocuments\Pictures\123456789.
jpg
We have many pictures to display, so we are thinking of creating a
command/macro etc. to automatically type in the file path as the picture name
changes. Is that possible? If yes, what would the command look like?
Thank you so much for your assistance.
Elleyne
PwrNumb (field name): 123456789 (name of picture)
on another part of the form we need to display the file path to the picture.
In order to avoid typing mistakes, is there a macro, query, or other command
that we can create to automatically type in the file path, when we type in
the name of the picture into the textbox of the fieldname (PwrNumb) of
123456789 which is a changing number?
PWRNumb 123456789
FilePathName c:\Users\Elleyne\MyDocuments\Pictures\123456789.
jpg
We have many pictures to display, so we are thinking of creating a
command/macro etc. to automatically type in the file path as the picture name
changes. Is that possible? If yes, what would the command look like?
Thank you so much for your assistance.
Elleyne