ACC1x: Typing in Combo Box Does Not Select ItemID: Q104975
|
Typing a value in a combo box does not automatically select that value in the combo box.
The LimitToList property of the combo box is set to No.
Change the LimitToList property of the combo box to Yes.
This problem no longer occurs in Microsoft Access version 2.0.
The LimitToList property determines if a combo box can accept new items. If
the property is set to No, characters typed in the combo box cannot be used
to select a list item because Microsoft Access does not know if you are
entering a new value or want an existing value from the combo box.
If the LimitToList property is set to Yes, the combo box cannot accept new
values. This enables Microsoft Access to use the characters you type for
selecting a list item.
Object: Combo box
-----------------
ControlName: Company Pick List
RowSourceType: Table/Query
RowSource: Supplier List
LimitToList: Yes
For more information on properties, search for "property sheet" then
"property sheet" using the Microsoft Help menu.
Microsoft Access "User's Guide," version 1.0, Chapter 9, "Designing Forms,"
pages 244-245
Additional query words: combobox spell limit list UI
Keywords : kbusage FmsCmbo
Version : 1.0 1.1
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: March 27, 1999