Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 920 Bytes

Access.DoCmd.FindNext.md

File metadata and controls

34 lines (20 loc) · 920 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
DoCmd.FindNext method (Access)
vbaac10.chm4150
vbaac10.chm4150
Access.DoCmd.FindNext
7edd2936-85d2-27f1-e72e-2408338fa740
03/07/2019
medium

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.

[!includeSupport and feedback]