AcSearchDirection enumeration (Access)

Used with the DoCmd.FindRecord method (Access) method to specify the direction to search.

Name Value Description
acDown 1 Search all records below the current record.
acSearchAll 2 Search all records.
acUp 0 Search all records above the current record.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.