Hi, I'm using this expression in QBE to build a calculated column in a query to query a table on a date column. Some of the transactions have no dates, and I suspect that's why I'm getting some dates, but I'm also getting "#Error." How can I modify this query so I don't get errors in the calculated field, but rather those entries are just blank. Thanks.
Code:
MaxDate: DateValue(DMax("InteractionDate","InteractionT","PersonID = " & [PersonT.PersonID] & " AND InteractionDate IS NOT NULL"))