FindFirst

message from =?Utf-8?B?TG9sbGk=?= on 3 Jun 2004
FindFirst is available for DAO only, what is the equivalent in ADO ?
 
Brendan Reynolds replied to =?Utf-8?B?TG9sbGk=?= on 3 Jun 2004
Find. It works not unlike the DAO FindFirst, FindNext, etc., except that
instead of having separate commands for each search direction, you have one
command with parameters to control the search direction, among other things.
The parameters are listed in the help file.
 
=?Utf-8?B?VmFu?= replied to =?Utf-8?B?TG9sbGk=?= on 3 Jun 2004
There is no equivalent in ADO. You need to use a loop to loop through it. Please search through Access help. It has a good example.
 

Archived message: FindFirst (Microsoft Access Database)