Using multiple selection text box as report criteria

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Access 2000: I use a form to enter report criteria, which I've done many
times and is working great until I set the list box multiple property to
"Yes". Now when I run the report and choose any combination of items in the
list box, all records are returned. What am I doing wrong? Thanks.
 
When the multiple property is set to yes, the list box doesn't return a value
in the control itself, the selections are stored in the ItemsSelected
collection, please read the topic in the help file for a detailed explanation
on how to extract these values
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top