[Resolved]Access 2007 - DateDiff Problem
I am trying to calculate the number of days between 2 dates. The dates are formated in uk short format eg 18/02/2008 when i do date diff on the following dates for example it gives the following:
01/09/2008 to 07/09/2008 = 7 day but when access does the calculation it shows 182 days.
I am using the following:
No of Days: DateDiff ("d",Now(),[date1].[date2])
Thanks
I am trying to calculate the number of days between 2 dates. The dates are formated in uk short format eg 18/02/2008 when i do date diff on the following dates for example it gives the following:
01/09/2008 to 07/09/2008 = 7 day but when access does the calculation it shows 182 days.
I am using the following:
No of Days: DateDiff ("d",Now(),[date1].[date2])
Thanks
Last edited: