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

    Cannot read Access2000

    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(&quot;select * from table&quot;)<br> <br> set data1.recordset = rs<br> <br>...
  2. jdelano

    Crystal Report 6.0

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

Part and Inventory Search

Back
Top