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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by LarryClark

  1. LarryClark

    How to maximize Access (as Automation Server)

    That will indeed launch Access, but I won't get back an object handle so that I can perform other actions on it. Once it's launched, I could find it via GetObject, but I would think there'd be a more direct way via CreateObject.
  2. 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