ComboBox.AllowAutoCorrect property (Access)

Use the AllowAutoCorrect property to specify whether the specified control will automatically correct entries made by the user. Read/write Boolean.

Syntax

expression.AllowAutoCorrect

expression A variable that represents a ComboBox object.

Remarks

The AllowAutoCorrect property will correct spelling errors in filters for combo boxes with LimitToList set to True (for example, INitial CAps as set by the Autocorrect settings of the database), and should be used with caution.

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.