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 bkrike 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: LarryClark
  • Content: Threads
  • Order by date
  1. LarryClark

    How to maximize Access (as Automation Server)

    I'm trying to launch Access from VB for report printing. This much works OK.<br> <br> Set ObjAccess = CreateObject("Access.Application")<br> With ObjAccess<br> .Visible = True<br> .OpenCurrentDatabase (MyPath & MyDbname)<br> RptName = "Whatever"<br>...

Part and Inventory Search

Back
Top