A
angie
i have a form that i use to set criteria for my query. i have 3 combo boxes
and an option group with two options. when option 1 is selected i want to
return all the records but when option 2 is selected i want to return the
records selected in my multiselect listbox.
in my query i have set the following criteria in the corresponding fields
based on the selection of my combo boxes.
e.g. iif([forms]![myformname]![comboname] is
null;[fieldname];[forms]![myformname]![comboname]).
this works fine for the three fields.
how can i add one more criteria based on my optiongroup (and multiselect
listbox)?
and an option group with two options. when option 1 is selected i want to
return all the records but when option 2 is selected i want to return the
records selected in my multiselect listbox.
in my query i have set the following criteria in the corresponding fields
based on the selection of my combo boxes.
e.g. iif([forms]![myformname]![comboname] is
null;[fieldname];[forms]![myformname]![comboname]).
this works fine for the three fields.
how can i add one more criteria based on my optiongroup (and multiselect
listbox)?