A combination of DriveListBox, DirectoryListBox and FileListBox enables a user to browse for and establish a path to a desired file. Once the path has been established, the file can be opened / accessed within a VB program and used. So far so very good.

In my application I have a MS Access database which contains several similar, but different Tables. Call it XYZ.mdb.

The Drive/Directory/File lists enable the XYZ.mdb to be found, but I wish to list one stage further then - the individual Tables within the XYZ.mdb. - so that the user can select which one to use in the program. This I have achieved at runtime by allowing the user to type into a Text box the path to a Table name, but the wish is to be able to present to the user a list of available Tables such that one may be selected by a mouseclick.

Can this easily be achieved please?

camoore

Wales, UK