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

    How To: Create a recordset from a query (with criterias)

    Hi, -I am getting an error "3061" Too few parameters expected 3. -I want to create a recordset from a query so that I can use the findnext method to search for some data and edit it. The following code gives me the error: Dim db As Database Dim rst As Recordset Set db = DBEngine(0)(0)...

Part and Inventory Search

Back
Top