DoCmd.FindNext method (Access)

The FindNext method carries out the FindNext action in Visual Basic.

Syntax

expression.FindNext

expression A variable that represents a DoCmd object.

Remarks

Use the FindNext method to find the next record that meets the criteria specified by the previous FindRecord method or the Find and Replace dialog box, available by choosing Find on the Edit menu.

Use the FindNext method to search repeatedly for records. For example, you can move successively through all the records for a specific customer.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.