How can i test against a blank field where the field is in a date format?
'ID Received' is a date field
I would like to say if 'ID Received' is blank then output 'yes'.
e.g.
ID: IIf([ID Received]="","Yes","Awaiting")
The above doesn't work produces "ERROR".
'ID Received' is a date field
I would like to say if 'ID Received' is blank then output 'yes'.
e.g.
ID: IIf([ID Received]="","Yes","Awaiting")
The above doesn't work produces "ERROR".