This message was edited by lionb at 2007-1-26 5:55:24
: : Hi, I'm wondering if there is an easy way to read all the tables in an access database and to put it in a combobox? I'm using OleDB connections. Thanks.
: :
:
http://www.4guysfromrolla.com/webtech/013101-1.2.shtml
:
:
:
What do you mean saying 'all the tables'? How many tables do you have? Do they related to each other?
Anyway, I don't think you need ADOX.I prefer to use ADODB. You can find some answer about ADO here
http://www.vbexplorer.com/VBExplorer/wrox/sample1061.asp
There is paragrapf named 'OLE DB is the Answer!'