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!

Tables to ComboBox

Status
Not open for further replies.

cORDOBEx

Technical User
May 21, 2001
7
0
0
US
I have a filelist where I can select an Access database. I want to put all the tables that are in that database into a combobox.
How can I do that?
Thanks.
 
Try using ActiveX Data Objects (ADO)
You can get information about enumerating tables also by seeing the code of visual data manger which comes with Visual studio
The visual data manger's code is installed along with Visual studio in samples directory
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top