Create a search path

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?
 
M

Marshall Barton

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top