ACC2: Combo Box Column Property Returns Incorrect Information (121455)
The information in this article applies to:
This article was previously published under Q121455 SYMPTOMS
Novice: Requires knowledge of the user interface on single-user computers.
When you select a value in a combo box and then type over the selected
value, the Column property returns information from the wrong row.
CAUSE
The correct information is not available for the Column property until
after the AfterUpdate event occurs.
RESOLUTION
There are four ways to work around this problem:
- Use the Requery method on the AfterUpdate property of the combo box to
rebuild the list. If there are not many items in the combo box,
this method is usually fastest.
- Use the Recalc method on the AfterUpdate property of the combo box to
update the list data. If there are not many calculated controls, this
method is often faster than the Requery method.
- Use a list box instead of a combo box to display the data.
- Select the value in the combo box instead of typing the value.
STATUS
Microsoft has confirmed this to be a problem in Microsoft Access version
2.0. This problem no longer occurs in Microsoft Access version 7.0.
REFERENCES
For more information about the Column property, search for "Column" then
"Using the Column Property" using the Microsoft Access Help menu.
Modification Type: | Major | Last Reviewed: | 11/6/2000 |
---|
Keywords: | kbbug kbusage KB121455 |
---|
|