Trying to set 1st field as a formula with IF statement.
I currently have:
Bill & " - " & DATETIME_FORMAT({Due Date}, “ll”)
I have another table for bills paid on irregular date (non due date). Without the Due Date being filled in I get an Error in the formula.
I’d like to have the formula show IF Due Date Empty, date paid
Thank you.