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

How do I find a single record or multiple records with ADO 1

Status
Not open for further replies.

bmj

Programmer
Aug 2, 2000
6
0
0
US
I am using an ADO control linked to a Data Link File. What is some correct code I can use to search for a string in a certain field in the database? Can I use the same code for finding multiple records if they exist?
 
I think there are find and findnext methods associated with the associated recordset. There is also a filter method associted with either the control or definitely with the associated recordset which can be got at via the ADO DataControls properties.

James :) James Culshaw
jculshaw@active-data-solutions.co.uk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top