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

    Passing a Parameter to an ADO

    Ok here's how I did it, Dim Report As New CrystalReport1 Dim rptCNN As New ADODB.Connection Dim rptRS as New ADODB.Recordset Private Sub Form Load() Set rptCNN = New ADODB.Connection Set rptRS = New ADODB.Recordset rptCNN.Open "your connection details go in here" rptRS.Open...

Part and Inventory Search

Back
Top