How to write a code using a DataRow to find a record with the criteria above?VB Code:
'myRS is a DAO recordset myRS.FindFirst "FIRSTNAME='" & Text1.Text & "' AND LASTNAME='" & Text2.Text & "'"
Thanks.
|
Results 1 to 4 of 4
Threaded View
|
Click Here to Expand Forum to Full Width |