File Finder control

mathisjay

Registered User.
Local time
Today, 11:53
Joined
Apr 7, 2004
Messages
14
I have a case where I need to allow the user to select a file from their harddrive for importing into the application.

I would like to be able to put a "File Finder" control on the form rather than make them type in the whole file location.

I'm sure someone already has a control for doing this. Any help?
 
If you had searched this forum for "browse" or "common dialog" then you would have found many threads with suggestions and samples for what you are seeking. ;)

Check out these APIs for calling the standard windows "File Open" and "Browse Folder" using VBA...

API: Call the standard Windows File Open/Save dialog box
http://www.mvps.org/access/api/api0001.htm

API: BrowseFolder Dialog
http://www.mvps.org/access/api/api0002.htm

HTH
 
Thanks!

I knew it was somthing simple like that. I just couldn't think of the right search phrase to find it.
 

Users who are viewing this thread

Back
Top Bottom