The Data control in VB is not compatible with Access 2000 directly.<br>
<br>
First create your DAO recordset and then assign it to the data control.<br>
set db = opendatabase(access2000 mdb)<br>
set rs = db.openrecordset("select * from table")<br>
<br>
set data1.recordset = rs<br>
<br>...
I used a DLL (PPRTR.DLL) to control printer functions from VB. Here is a link to a site that has some info on it.<br>
<br>
<A HREF="http://jumbo.com/pages/utilities/windows/dll/pprtr47.zip.docs.htp" TARGET="_new">http://jumbo.com/pages/utilities/windows/dll/pprtr47.zip.docs.htp</A><br>
<br>
Hope...
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.