Microsoft provide information on how to use the ADO Data control here.
The ADO Data Control includes a Recordset object. I expect that one way of searching would via the Find method of this object. See this link for information on using the ADO Recordset object.
Oh, and the expression is searching for a record. The database is what you're searching; the record is what you're searching for.
Comment