mitchem1
Registered User.
- Local time
- Today, 16:25
- Joined
- Feb 21, 2002
- Messages
- 153
I am using the following expression to retrieve the latest year in a column of dates: Max(Right([EnteredDate],4))
This worked fine till we rolled over to the new year. The last two dates in the column are 12/23/2009 and 1/05/2010. I want the expression to return 2010 but I guess it still returns 2009 as it views 12/23/2009 as the Max value. Any ideas how I can fix this would be greatly appreciated. Thank you.
This worked fine till we rolled over to the new year. The last two dates in the column are 12/23/2009 and 1/05/2010. I want the expression to return 2010 but I guess it still returns 2009 as it views 12/23/2009 as the Max value. Any ideas how I can fix this would be greatly appreciated. Thank you.