Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Directory List

Status
Not open for further replies.

Donought

Programmer
Jan 24, 2002
5
0
0
GB
In VB there are controls for Directory and file list boxes
Is there anything in Access 2000 that is similar or am I forced to create my own or use the commdlg?
the purpose will be to allow users to select multiple files
accross several directories for importing into the database
 
I think you'll want to use the commdlg's. You can can use the code/user defined function functionality associated with a listbox's recordsourcetype property in conjunction with the vb Dir() but it sooooo much easier to use the common dialog controls. JHall
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top