Hello-
I would like to combine the following two IIf expressions:
=IIf(IsNull([Due Date]),"No")
=IIf([Due Date]>Now(),"OK","OUT OF CALIBRATION")
How do I accomplish that? I've tried semi-colons, commas, parentheses...
Can anyone help??
I would like to combine the following two IIf expressions:
=IIf(IsNull([Due Date]),"No")
=IIf([Due Date]>Now(),"OK","OUT OF CALIBRATION")
How do I accomplish that? I've tried semi-colons, commas, parentheses...
Can anyone help??