Nuacht

Sorting, searching, and paging through table data is a common but laborious task. Here's an approach with some helpers to get you there quickly.
You don't need a complex set of expressions or even VBA to sort Access date values by specific components, such as month or year. Use DatePart() and sort on its results.