If this is a date/time field, it may be formatted mm-dd-yy but that is
irrelevant. Formatting is just how you see the data, not how it is stored
or how it functions.
The Year() function will extract the integer year value from this.
GROUP BY Year(YourDate)
Tom Ellison
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.