How can I call an Access Application from VBScript.
I can open the *.mdb file but it doesn't stay open.
my code:
Set AApp = GetObject("C:/db1.mdb","Access Application"
AApp.Visible = true
It opens and closes doesn't stay open .
Any ideas.
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.