Hi there, I'm trying to write a query that will display "NA" if there is no End Time but if there is an end time then display it as normal. The problem I'm having is that if there is no End Time then I get an #ERROR appear in the record. Here is the query:
Expr1: IIf(IsError([End_Time]),"N/A",[End_Time])
Expr1: IIf(IsError([End_Time]),"N/A",[End_Time])