A family of Microsoft relational database management systems designed for ease of use.
Hi Gina,
1. Excel 2013 is the only entry when I type "Excel" in my start menu. For the most part, I am using late binding...but at some point I'll completely make the switch and let you know how that works. There is no option for me to set a reference to Excel 14 in VBA (only Excel 15)
2. Not sure what this question is asking. I'm explicitly using DAO.Database, and DAO.Recordset, and using "CurrentDB()". Sounds like I don't need to set a Reference to DAO 3.6 - which would make sense as I didn't have one set while using Access 2010 (before the upgrade) and all was working just fine.
3. Yes. Every module (class, form, module...) has Option Compare Database and Option Explicit. Out of curiosity, I don't see an option under the debug menu called "RE-compile"...I just see "Compile". As a side note, I've also tried the "Decompile" suggestion but that didn't help.
4. 32 bit Access (Office Professional Plus) running on Windows 7 64 bit.
Any suggestions?