B
Brennan
I have a query that is tied to a listbox in a form. When a user selects an
item in the list box it updates the criteria for the query and the
information is requeried. I want to make it possible for the user to select
multiple items from the list box to return as criteria for the query. I am
using it with months and quarters so I have some vba which changes the value
of the listbow to include "Jan AND Feb AND Mar." The other problem is that
this doesn't return AND in the right way to the criteria line so no data is
displayed. How do I word the VBA to overcome this issue? Thanks for the
help!
Brennan
item in the list box it updates the criteria for the query and the
information is requeried. I want to make it possible for the user to select
multiple items from the list box to return as criteria for the query. I am
using it with months and quarters so I have some vba which changes the value
of the listbow to include "Jan AND Feb AND Mar." The other problem is that
this doesn't return AND in the right way to the criteria line so no data is
displayed. How do I word the VBA to overcome this issue? Thanks for the
help!
Brennan