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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by RickyP

  1. RickyP

    Opening recordset problem

    Yeah. Both queries return values in Access. But the second one gives and internal error 500.
  2. RickyP

    Opening recordset problem

    This code works: Dim Conn Dim rsType Dim strType Dim Count Dim SQL Set Conn = Server.CreateObject("ADODB.Connection") Set rsType = Server.CreateObject("ADODB.Recordset") Conn.ConnectionString="Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data...

Part and Inventory Search

Back
Top