FindNext Method [Access 2003 VBA Language Reference]

The FindNext method carries out the FindNext 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 and Replace 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.

Applies to | DoCmd Object