The Find attribute function checks if a data entry with the specified criteria is available in the record specified by the Query attribute. A COM reference of type ADODB.Recordset will be returned.
Syntax | |||||
Find(SearchExpression) | |||||
Return value | |||||
Type |
Description | ||||
ADODB.Recordset |
Recordset object | ||||
Parameter | |||||
Use |
Name |
Type |
Passing |
Description | |
Required |
SearchExpression |
String |
ByVal |
Search criteria | |