The information in this article applies to:
SYMPTOMS
Moderate: Requires basic macro, coding, and interoperability skills.
CAUSEThe combo box's LimitToList property is set to Yes. When a combo box's LimitToList property is set to Yes, an empty selection does not match any value in the list. This behavior makes clearing a selection in the combo box difficult. RESOLUTION
You can work around this behavior by including the following Access Basic
procedure in a new or existing module in your database and calling it from
the Change event of your combo box:
For example, in the sample database, NWIND.MDB, you can call the AdjustEmptyCombo procedure from the Change event of the Salesperson combo box on the Orders form:
You must pass the combo box control as an argument to the AdjustEmptyCombo procedure. NOTE: This technique will not work if the field the combo box is bound to is a Required field. For more information about Required fields, search for "Required" then "Required Property" using the Microsoft Access 2.0 Help menu. STATUSThis behavior no longer occurs in Microsoft Access version 7.0. MORE INFORMATIONSteps to Reproduce Behavior
REFERENCESFor more information about the NotInList event, search for "NotInList," and then "NotInList Event" using the Microsoft Access Help menu.
Keywords : kberrmsg kbusage FmsCmbo |
Last Reviewed: April 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |