A family of Microsoft relational database management systems designed for ease of use.
Sorry for the delay... I just got the eMail that you replied!
- Do you have both versions of Excel installed? (You might want to use Late Binding for the Excel library, that way no worries about versions.)
- What other DAO Libraries? (If you are trying to set a Reference to the DAO Library you don't need to, it's included in the Microsoft Office Access database engine Object Library.)
- Does each Module have...
Option Compare Database
Option Explicit
...at the very top. If it does not you need to add it and Debug>RE-ompile to check for errors.
- 32 bit Access or 64 bit Access?