Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mhjb
  • Order by date
  1. mhjb

    VBScript & Access procedures

    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...

Part and Inventory Search

Back
Top