Access 97
All I want to do is Subtract two dates and get the difference as an integer or long.
Reply_Date = 10/12/2000
Select Reply_Date - 15/11/2000 as DaysLeft
This gives me another date but I require the difference between the two dates
Any ideas welcome
Start Free Trial