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. When grouping date values at ...
A quick method for counting Access records in a form Your email has been sent When you need to count records in an Access form, try the Count() function. There are several ways to count the records in ...