M
MJatAflac
I have a form that currently uses a combo box to pass a paramater to a query
that ir run when the user clicks a button. The users would like to be able to
run this query for multiple selections at one time.
I changed the combo-box to a list box and changed the multi select property
to simple but now I don't know how to refer to it in my query. When I use an
equal sign it works fine as long as the user has only selected one item in
the list box. Using In doesn't seem to work at all.
that ir run when the user clicks a button. The users would like to be able to
run this query for multiple selections at one time.
I changed the combo-box to a list box and changed the multi select property
to simple but now I don't know how to refer to it in my query. When I use an
equal sign it works fine as long as the user has only selected one item in
the list box. Using In doesn't seem to work at all.