Whoa! I think I answered my own question. Check this out:
Dim appAccess As New Access.Application
appAccess.OpenCurrentDatabase ("C:\xyz\alpha.mdb"), True, "we27p"
appAccess.Run "x", "eee", 1
PS: At the end, do I need to do something to destroy appAccess and clean up the garbage? That object must be pretty memory-intensive.