ACC2000: Seek Method Is Faster Than Find Method (210545)
The information in this article applies to:
This article was previously published under Q210545 Moderate: Requires basic macro, coding, and interoperability skills.
This article applies only to a Microsoft Access database (.mdb).
SYMPTOMS
In Visual Basic for Applications, to find a record in an indexed field, the Seek method may be faster than the Find method, especially in a large table.
RESOLUTION
Use the Seek method on indexed fields to optimize your search speed.
REFERENCESFor more information about using the Seek method, in the Visual Basic Editor, click Microsoft Visual Basic Help on the Help menu, type seek in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
For more information about using the FindNext method, in the Visual Basic Editor, click Microsoft Visual Basic Help on the Help menu, type findnext in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
Modification Type: | Major | Last Reviewed: | 12/12/2002 |
---|
Keywords: | kbdta kbinfo kbProgramming KB210545 |
---|
|