Jul 8, 2010 #1 ocan Programmer Joined Jun 28, 2004 Messages 31 Location US In a query I have a date field with dates(ie.7/7/2010). How can I build an expression that converts the dates to just the year?
In a query I have a date field with dates(ie.7/7/2010). How can I build an expression that converts the dates to just the year?
Jul 8, 2010 #2 randy700 Programmer Joined Sep 25, 2003 Messages 2,384 Location US Something like this? Year(DateField) As MyYear Randy Upvote 0 Downvote