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