C
Cathy
This one should be quick and easy for this audience...
I have a query where included in the select statement I
have added the following:
([tblDates].[End_Date]-365) AS PriorYR_End_Date
Of course, it doesn't work properly this year because of
leap year...
How can I ammend the query to subtract one year instead of
365 days?
Thank you!
Cathy
I have a query where included in the select statement I
have added the following:
([tblDates].[End_Date]-365) AS PriorYR_End_Date
Of course, it doesn't work properly this year because of
leap year...
How can I ammend the query to subtract one year instead of
365 days?
Thank you!
Cathy