How to Use a Multi-Select List Box to Filter a Form (135546)
The information in this article applies to:
- Microsoft Access for Windows 95 7.0
- Microsoft Access 97
This article was previously published under Q135546 Moderate: Requires basic macro, coding, and interoperability skills.
SUMMARY
This article shows you how to use a multiple-selection list box to restrict records in a recordset. The two methods described in this article are more flexible than other techniques, such as applying a query or an SQL WHERE clause because they enable you to choose at random which records are displayed.
This article assumes that you are familiar with Visual Basic for
Applications and with creating Microsoft Access applications using the
programming tools provided with Microsoft Access. For more information
about Visual Basic for Applications, please refer to your version of the
"Building Applications with Microsoft Access" manual.
REFERENCES
For more information about the MultiSelect property of a list box, search
for "MultiSelect property" using the Microsoft Access 97 Help Index.
For more information about the ItemData property of a list box, search
for " ItemData property" using the Microsoft Access 97 Help Index.
For more information about the Column property of a list box, search
for "Column property" using the Microsoft Access 97 Help Index.
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kbhowto kbusage KB135546 |
---|
|