ACC2: Combo Box Reference Returns Next Row If ColumnHeads = Yes (154141)
The information in this article applies to:
This article was previously published under Q154141
Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
After you select an item in a combo box, a text box referencing the Column
property of the combo box will display information from the next row.
CAUSE
This occurs if the ColumnHeads property of the combo box is set to Yes and
the AfterUpdate event of the combo box performs a requery on this same
combo box.
RESOLUTION
To work around this problem, do either of the following:
- Set ColumnHeads property of the combo box to No.
-or-
- If possible, avoid the Requery action on the combo box.
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.
Modification Type: | Major | Last Reviewed: | 7/5/2002 |
---|
Keywords: | kbbug kbusage KB154141 |
---|
|