Have main form with subform. Main form has combo to filter by department. I want to also add an option group with three optins: (relating to the subform filter)
* all records (ie no further filter)
* field b checkbox ticked as being finished
* field c checkbox ticked as being finished
Have query in subform and want to have a parameter saying in field b IIf([fraCheck]=2,is null,).
in field c IIf([fraCheck]=3,is null,).
* all records (ie no further filter)
* field b checkbox ticked as being finished
* field c checkbox ticked as being finished
Have query in subform and want to have a parameter saying in field b IIf([fraCheck]=2,is null,).
in field c IIf([fraCheck]=3,is null,).