infinite2006
Registered User.
- Local time
- Today, 23:36
- Joined
- Jun 20, 2013
- Messages
- 16
I have a query that is used to calculate job order status in days. It subtracts 'due
date' from the 'current date', which is auto completed in table properties, date().
This query is simply used to display which jobs are more urgent than others for
production, and are then colour coded using a conditional format expression.
Order status: DateDiff("d",[Current Date], [Due Date])
However, order status (days) does not change from day to day because the 'current
date' does not update each day, its fixed on the day the record was added to the
Database, in table properties, date() as mentioned before.
How do I get 'current date' to update on a daily basis to reflect the order status
in days changing daily?
Thanks in advance
date' from the 'current date', which is auto completed in table properties, date().
This query is simply used to display which jobs are more urgent than others for
production, and are then colour coded using a conditional format expression.
Order status: DateDiff("d",[Current Date], [Due Date])
However, order status (days) does not change from day to day because the 'current
date' does not update each day, its fixed on the day the record was added to the
Database, in table properties, date() as mentioned before.
How do I get 'current date' to update on a daily basis to reflect the order status
in days changing daily?
Thanks in advance