Selecting a Folder

  • Thread starter Thread starter Steve Murphy
  • Start date Start date
S

Steve Murphy

Can CommonDialog be used to select a folder path? I just need to select the
folder, and not a specific file.

If not CommonDialog, what is the best approach for doing this?

Thanks in advance,
Steve Murphy
 
Steve Murphy said:
Can CommonDialog be used to select a folder path? I just need to
select the folder, and not a specific file.

If not CommonDialog, what is the best approach for doing this?

Thanks in advance,
Steve Murphy

Most Access developers I've heard from recommend staying away from the
Common Dialog control, which is susceptible to versioning problems
leading to broken references. Instead, you can call the Windows
BrowseForFolder API directly, using the code available here:

http://www.mvps.org/access/api/api0002.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

Back
Top