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

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.

See Also

Concepts

DoCmd Object

DoCmd Object Members