Hi.
I have a combobox on a form called Status, with a field list with the values "OPEN", "CLOSED", "CANCELED".
How do I code in VBA that if the status of a record is already set to either CLOSED or CANCELED, but is later changed back to OPEN, messagebox the user that status has changed from CANCELED/CLOSED to OPEN?
do i need something like a nested if in the after update event?
Thanks!
I have a combobox on a form called Status, with a field list with the values "OPEN", "CLOSED", "CANCELED".
How do I code in VBA that if the status of a record is already set to either CLOSED or CANCELED, but is later changed back to OPEN, messagebox the user that status has changed from CANCELED/CLOSED to OPEN?
do i need something like a nested if in the after update event?
Thanks!
Comment