R
robboll
using Access 2003
Query with a column called [Job Code]
Have a checkbox on the form. When it's checked I want it to show only
those records where [Job Code] is blank (or null). If it's not
checked it should show everything.
My query criteria is as follows:
Like IIf([forms]![frmCandidatelist]![chkAvailable]=-1,Like Null,"*")
but it doesn't work.
Thanks in advance if you see the problem!
RBollinger
Query with a column called [Job Code]
Have a checkbox on the form. When it's checked I want it to show only
those records where [Job Code] is blank (or null). If it's not
checked it should show everything.
My query criteria is as follows:
Like IIf([forms]![frmCandidatelist]![chkAvailable]=-1,Like Null,"*")
but it doesn't work.
Thanks in advance if you see the problem!
RBollinger