imterpsfan3
Programmer
I am dynamically filling combo boxes on an unbound form. I know with a VB/SQL Server/ADO setup you can loop through several recordsets by calling the NextRecordset method.
However, I have not been able to figure out how to do this with an Access frontend and Access backend, with either ADO or DAO. I know that ADO does not support NextRecordset with an Access database, but wasn't sure for DAO.
Every example I've seen demonstrates using SQL Server or some database server. Does this mean that you can't use NextRecordset for ADO/DAO at all for an Access backend?
However, I have not been able to figure out how to do this with an Access frontend and Access backend, with either ADO or DAO. I know that ADO does not support NextRecordset with an Access database, but wasn't sure for DAO.
Every example I've seen demonstrates using SQL Server or some database server. Does this mean that you can't use NextRecordset for ADO/DAO at all for an Access backend?