I created a database to keep track of customer service follow-ups in a call centre environment. My single table has, among others, a Due date field and a Status field (values: 'Open', 'Due' and 'Overdue').
I want to run an update query to automatically change the values indicated in the Status field to 'Open' when the current date is less than the Due date, to 'Due' when the current date is equal to the Due date, and to 'Overdue' when the current date is past the Due date.
I do not know how to write the expression(s) to achieve that result and in which cell(s) to enter the code. Can someone please provide assistance?