I'm new to VB and I'm trying to Populate a Combo box from a
Ms Access 2000 MDB. I'd like to get an example of how to do this using both DAO and ADO using the ODBC.
you use DAO and ADO at the same time (especially not to the same database since, I remeber DAO is only singlethreaded, and the ADO connection might disrupt it) but that really depends why you want to do both, I can see DAO being used on a local mdb, while you use ADO for SQL perhaps.
why do you want to do both, and do you already know generally how comboboxes work, and how to open a recordset in ADO?
Karl
kb244@kb244.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.