|
Question : Can The User Select A Directory
|
|
Several of my programs require files to be created on the Users Hard Drive, or the LAN. Currently, I have to hard code this information. I'd like for the user to be prompted to select the directory by themselves. I'd like to use something like the CommonDialog box to have the user browse their system.
Any good ideas on this?
|
|
Answer : Can The User Select A Directory
|
|
Just check this double listbox sample for directory/file selection:
http://www.mvps.org/access/modules/mdl0013.htm
(BTW: this site offers a lot of good stuff !)
Nico
|
|
|