ACC2: Scrolling Records with Unbound Combo Box Takes LongerID: Q119708
|
Navigating among records can take longer after you search for a record in a form using an unbound combo box.
To work around this problem, set the ColumnWidths property for the first column in the combo box to something other than 0 (for example, 0.001), or set the combo box's BoundColumn property to something other than 1.
Microsoft has confirmed this to be a problem in Microsoft Access version 2.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
Name: Lookup
RowSource: Order Details
ColumnCount: 2
ColumnWidths: 0;1
BoundColumn: 1
Macro Actions
-------------
GoToControl
FindRecord
Action Arguments
-------------------------------------
GoToControl
Control Name: Order ID
FindRecord
Find What: =Forms![Form1]![Lookup]
Microsoft Access "User's Guide," version 2.0, Chapter 25, "Using Macros with Forms," pages 651-652
Additional query words: retrieve moving performance
Keywords : kbusage FmsCmbo
Version : 2.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: April 6, 1999