M
mattc66 via AccessMonster.com
I have a query that may result in a linked table with no data. The result it
gives me is #ERROR. I want to change the message to be TBD.
I tried the below IIF statement and I still get the #ERROR.
PO DUE: IIf([DUE DATE]="","TBD",[DUE DATE])
I also tried the =0 and I still get the #ERROR.
PO DUE: IIf([DUE DATE]=0,"TBD",[DUE DATE])
Any ideas?
gives me is #ERROR. I want to change the message to be TBD.
I tried the below IIF statement and I still get the #ERROR.
PO DUE: IIf([DUE DATE]="","TBD",[DUE DATE])
I also tried the =0 and I still get the #ERROR.
PO DUE: IIf([DUE DATE]=0,"TBD",[DUE DATE])
Any ideas?