Hi there
On a page on my client's intranet i've made a button called MSAccess, and an onclick procedure for it:
Sub MSAccess_onclick()
Set acApp = CreateObject("Access.Application")
With acApp
.OpenCurrentDatabase "f:\Database.mdb"
.Visible = TRUE...
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.