What's the right syntax for the following:
Like IIf(IsNull([Forms]![frmDReport]![cboType]),"*",Is Not Null)
I can't get the "Is Not Null" portion to work. Basically, if the user does not select a type in the combo box i want it to display all but if they do not i want it to display everything that is not null in the field.
thanks in advance...
Like IIf(IsNull([Forms]![frmDReport]![cboType]),"*",Is Not Null)
I can't get the "Is Not Null" portion to work. Basically, if the user does not select a type in the combo box i want it to display all but if they do not i want it to display everything that is not null in the field.
thanks in advance...