Using List Box Selections As Query Criteria

  • Thread starter Thread starter Kevin Sprinkel
  • Start date Start date
K

Kevin Sprinkel

I'd like to use multiple selections from a list box as
query criteria, connected by a logical OR.

I guess I need to loop through all selections, adding them
to an SQL string, but don't know how to do this. Can
anyone help?
 
Look up this knowledgebase article.

135546 - How to Use a Multi-Select List Box to Filter a
Form
 
Back
Top