Project Description: Excel Interface that opens/edits/closes an access database using variable types DAO.Database & DAO.Recordset in VBA.
Problem Statement: Some users do not have the correct dll mapped (ACEDAO.dll) in Access. This means the "Microsoft Office 15.0 Access database engine Object Library" is not an available reference under tools in the Access VBA window.
Current Progress in troubleshooting: I can open a blank Access database on the affected users PC, map to the correct dll, and the reference will appear and be checked. The excel interface will work fine, but only when the "dummy" database is already open. The "dummy" database can be closed and re-opened and the reference will still be there and be checked. So the current work-around is having affected users having to open a secondary database to use the Excel interface.
Thanks, -JB-