P
Pete Davis
From a piece of sample VBA code in Access, I've seen that with DAO, you can
do something like:
Dim db As DAO.Database
db = CurrentDb
Is there an equivalent for ADO? I know ADO doesn't have a database object.
Basically, I want to use the current database for my work and I need to use
ADO.
Thanks.
Pete
do something like:
Dim db As DAO.Database
db = CurrentDb
Is there an equivalent for ADO? I know ADO doesn't have a database object.
Basically, I want to use the current database for my work and I need to use
ADO.
Thanks.
Pete