L lhooker Registered User. Local time Yesterday, 22:38 Joined Dec 30, 2005 Messages 423 Sep 20, 2015 #1 I have a table with three (3) dates. The dates are 'Start_Date', 'End_Date' and 'Due_Date'. I want calculate the difference between 'End_Date' and 'Due_Date' in number of days in a query. Can this be done in a query ?
I have a table with three (3) dates. The dates are 'Start_Date', 'End_Date' and 'Due_Date'. I want calculate the difference between 'End_Date' and 'Due_Date' in number of days in a query. Can this be done in a query ?
Brianwarnock Retired Local time Today, 03:38 Joined Jun 2, 2003 Messages 12,701 Sep 20, 2015 #2 Did you try end_date-due_date or use Datediff, which date will normally be the later? Brian
L lhooker Registered User. Local time Yesterday, 22:38 Joined Dec 30, 2005 Messages 423 Sep 21, 2015 #3 Brian, I calculated the overdue in the query (i.e. subtracted 'End_Date from 'Due_Date'). Thanks for the information ! ! !
Brian, I calculated the overdue in the query (i.e. subtracted 'End_Date from 'Due_Date'). Thanks for the information ! ! !