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 IamaSherpa 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: *

  1. christian7

    VB6 & Access 2000 reports

    DougP,<br> <br> Here is the code for VB5. Just change Application.8 to 9 (for Access 2000) or you could use early binding (dim oAccess as access.application) since vb6 seems to agree with this also (then use set oAccess = new access.application). <br> <br> Sub PrintOLEReport(rptName As String...
  2. christian7

    VB6 & Access 2000 reports

    Has anyone tried using Access2000 as a automation server from vb6 as far as reports are concerned? Having trouble getting the print preview to work (it will print fine but I get an empty Access windows if I try preview).<br> <br> The code I used works with Vb5 and Access 97. I don't get errors...

Part and Inventory Search

Back
Top