I have two date fields. I want to subtract them to determine the number of days elapsed. The dates are in the following format: Dateserial(Year,Month,Day). When I subtract them I get 7670 as the result when the number should be 365 if they are a year apart.
How can I subtract the dates in a query?
How can I subtract the dates in a query?