ComboBox.AllowAutoCorrect Property

Access Developer Reference

You can use the AllowAutoCorrect property to specify whetherthe 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 uses the following settings.

Setting Visual Basic Description
Yes True (Default) Entries are automatically corrected according to the settings in the AutoCorrect dialog box.
No False Entries aren't corrected.