Is it possible to have a multi-select list box on a form and then filter the contents of a query, so that we get the records matching any of the selections?
For example, when I insert to the criteria the expression Forms![ListBox], everything is fine when the Multi-select property of the list box is set to None. Can I do the same with the Multi-select property set to Simple?
For example, when I insert to the criteria the expression Forms![ListBox], everything is fine when the Multi-select property of the list box is set to None. Can I do the same with the Multi-select property set to Simple?