다음을 통해 공유


DoCmd.FindNext Method (Access)

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

Syntax

.FindNext

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.

참고 항목

개념

DoCmd Object

DoCmd Object Members