Create a search path

  • Thread starter Thread starter Grimwadec
  • Start date Start date
G

Grimwadec

In VBA I have concatenated the content of 3 fields, e.g. "C/Test/" "ImageA"
".jpg" tp provide the path to an Art Image. Instead I would simply like to
create a function that brings up a dialog box in the style of a "save" dialog
box, the result of which I want to store in a control as an ongoing path name
for the art image until it is changed by a subsequent search. Can anybody
help please?
 
Grimwadec said:
In VBA I have concatenated the content of 3 fields, e.g. "C/Test/" "ImageA"
".jpg" tp provide the path to an Art Image. Instead I would simply like to
create a function that brings up a dialog box in the style of a "save" dialog
box, the result of which I want to store in a control as an ongoing path name
for the art image until it is changed by a subsequent search. Can anybody
help please?


See if this is what you want:
http://www.mvps.org/access/api/api0001.htm
 
Back
Top