I have a reservation database that holds data for all guests with bookings; in it, I have the folllowing fields:
One for their outstanding balance "Balance 5" (circled red in the attachment)
One that holds the due date for the balance of their holiday "Due Date 2" (circled blue in the attachment)
One for an alert message "Payment" (circled green in the attachment)
I'm trying to create something (possibly an iif argument ?) which will show a message of OVERDUE in the "Payment" field if both of the following are true:
"Balance 5" is greater than £0.00 and "Due Date 2" is less than today's date.
You can see from the attachment that I've had a go but it isn't working, it keeps bringing up the Name error message - can anyone help please ?