I am trying to open MS Access Runtime using VBA from an Excel file.
You can open the full version of Access with CreateObject("Access.Application") , but this does not open Access in Runtime.
On some computers, only the Microsoft Access Runtime is set, because all this is necessary to use the interfaces that we developed. Therefore, we need to open accdb files using MS Access Runtime, but from Excel.
Any help is appreciated, thanks
source share