ACC1x: Find Company Macro Does Not Work Correctly in NWIND.MDBLast reviewed: May 28, 1997Article ID: Q109324 |
The information in this article applies to:
SYMPTOMSThe appropriate record for the company you selected in the Select Company To Find box on the Suppliers form in the sample database NWIND.MDB will not be displayed if you have chosen any of the alphabet buttons on the form. For example, if you have chosen the "L" alphabet button, and then select a company that has a name that starts with the letter "E" in the Select Company To Find box, the record will not be displayed. Only companies whose names start with the letter "L" can be displayed.
CAUSEThe alphabet buttons on the Suppliers form apply filters to the records. If a filter is applied, only records that match the filter's criteria will be displayed.
RESOLUTIONChoose the All button, so that no filters are applied, before using the Select Company To Find box.
-or-Add the ShowAllRecords macro action as the first line of the Find Company macro, which is the macro run by the Select Company To Find combo box. The ShowAllRecords macro action removes all filters. To add the ShowAllRecords action to the Find Company macro, follow these steps:
MORE INFORMATION
Steps to Reproduce Behavior
|
Keywords : FmsCmbo kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |