In an update query I need to calculate the number of years between 12/31/2012 and various years. The integer function is to be used with the calculation. I get ridiculous negative answers.
Example. 12/31/2012- 1/5/2008
I am using (12/31/2012-[date])/365.25
Any help would be appreciated
Example. 12/31/2012- 1/5/2008
I am using (12/31/2012-[date])/365.25
Any help would be appreciated
Comment