Browse utility

B

Bob W

I would like to incorporate the following Browse utility into some of my
forms:
When a Button is clicked( usually captioned Browse) a form containing a
view of what looks likes Windows Explorer comes up. Selection of a specific
file places the full path of the selected file into an adjoining text box..
This utlity is used throughout Office to allow selection of files. How can
I implement this utility into my forms ?
 
D

Dirk Goldgar

Bob W said:
I would like to incorporate the following Browse utility into
some of my forms:
When a Button is clicked( usually captioned Browse) a form
containing a
view of what looks likes Windows Explorer comes up. Selection of a
specific
file places the full path of the selected file into an adjoining
text box..
This utlity is used throughout Office to allow selection of files.
How can
I implement this utility into my forms ?

In Access 2002 and later, you can use the built-in
Application.FileDialog. Many of us find it easier (and more universal)
to call the Windows File Open/Save API directly, using code like that
posted at

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