PDA

View Full Version : Dialog to select multiple files


mattalexx
05-06-02, 15:19
In Access VBA, is there a way to bring up a Windows dialog from which you can select multiple files on your hard drive? I'd like it to return a string with the path and filenames, separated with commas or something.

Is this, or something like it, possible?

Thanks in advance,
Matt

rnealejr
05-06-02, 16:23
Use the MS Common Dialog Control - under ActiveX controls.

Good luck.

mattalexx
05-06-02, 16:26
http://www.tek-tips.com/gviewthread.cfm/lev2/4/lev3/32/pid/707/qid/62310

I found a great post on tek-tips that will let me do it w/o having the license to use CDC.

Thanks anyway, though :-)