J
Jacob Frankham
Hi there
I have put 3 unbound check boxes on my form.
They are:
[] High
[] Medium
[] Low
The user has the option of selecting any number of the three.
They are all SELECTED by default.
How do I include the selected values in my query, ie:
I have a query which returns a set of fields, one of which is 'risk' and can
be either 'High', 'Medium' or 'Low'.
I want the query to produce only those rows where 'risk' is equal to the
selected checkboxes, eg if Medium & Low were checked then I would not want
to see any rows where 'risk' was High
Hope someone can help, I am being completely braindead today
Cheers
Jake
I have put 3 unbound check boxes on my form.
They are:
[] High
[] Medium
[] Low
The user has the option of selecting any number of the three.
They are all SELECTED by default.
How do I include the selected values in my query, ie:
I have a query which returns a set of fields, one of which is 'risk' and can
be either 'High', 'Medium' or 'Low'.
I want the query to produce only those rows where 'risk' is equal to the
selected checkboxes, eg if Medium & Low were checked then I would not want
to see any rows where 'risk' was High
Hope someone can help, I am being completely braindead today
Cheers
Jake