I want to run a macro or module that resides on the back-end database but call this module from the front end. Is this possible? In this case, both the front-end and back-end are mdb files.
Dim AppAccess As New Access.Application
Set AppAccess = CreateObject("Access.Application")
AppAccess.OpenCurrentDatabase ("c:\issues.mdb")
AppAccess.Visible = True
AppAccess.DoCmd.RunMacro "marconame"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.