Sorry ... ignore the first post and try this:
Public Function aaaTest2() As Boolean
Dim appAccess As New Access.Application
appAccess.OpenCurrentDatabase ("SomeFolder\SomeMdbName.mdb")
appAccess.Run "YourFunctionName"
End Function
YourFunctionName is the name of the Function in the BE you want to execute.
SomeMdbName is the BE mdb name.
mx