Hi!
I'm having problems with designing a query in design view. I have a Date_Completed field from a table that will have a value when a task is complete, and have no value if the task is outstanding.
I want the query to show all Completed tasks when the option group on my form =1 and show all outstanding tasks when the option group=2.
This is my expression in the criteria of the Date_Completed field:
IIf([Forms]![F_ReportsMenu]![Filter_Op_Group]=1, IsNull, Not IsNull)
It doesn't want to work for me and I was wondering if there was a better way to do it.
Thanks for your help in advance.
I'm having problems with designing a query in design view. I have a Date_Completed field from a table that will have a value when a task is complete, and have no value if the task is outstanding.
I want the query to show all Completed tasks when the option group on my form =1 and show all outstanding tasks when the option group=2.
This is my expression in the criteria of the Date_Completed field:
IIf([Forms]![F_ReportsMenu]![Filter_Op_Group]=1, IsNull, Not IsNull)
It doesn't want to work for me and I was wondering if there was a better way to do it.
Thanks for your help in advance.