FindNext Method

Microsoft Access Visual Basic

action in Visual Basic.

expression.FindNext

expression    Required. An expression that returns a DoCmd object.

Remarks

This method has no arguments and can be called using the syntax DoCmd.FindNext.

You can use the FindNext method to find the next record that meets the criteria specified by the previous FindRecord method or the Find In Field dialog box, available by clicking Find on the Edit menu. You can use the FindNext method to search repeatedly for records. For example, you can move successively through all the records for a specific customer.