I have a form that asks for the following input values.
date_in, date_out, and a check box for outstanding records.
When query is run if the outstanding check box is true I need all null values in date_out column. If false then all records should show.
Any ideas on the iif statement for the date_out criteria.
So far I can't get the iff statement to work with null values or all values.
Thanks
date_in, date_out, and a check box for outstanding records.
When query is run if the outstanding check box is true I need all null values in date_out column. If false then all records should show.
Any ideas on the iif statement for the date_out criteria.
So far I can't get the iff statement to work with null values or all values.
Thanks