James has attended:
Access VBA course
Excel VBA Intro Intermediate course
DAO vs ADO
Is DAO connectivity still used? and when would it be advantageous to use it over an ADO connection?
RE: DAO vs ADO
James,
Sorry, just picked up your query...
My understanding is that ADO does everything that DAO does, but in a more generic way. I think you would come across DAO only in code that's quite a few years old. If you were doing a major rewrite or enhancement, it might be worth migrating to ADO, but if it ain't broke ...
/Roy