I was going though my project management system updating the holiday planner to current version when I noticed the holiday report was showing all entries for all years as my project management system goes back a lot of years it was a lot.
so I made the following change to the query: qryHolidayListReport
I added a new field with the expression: HYear: Year([StartDate]) you can call it what you like
And A Criteria: Year([Forms]![frmHolidays]![txtDate])
For those new to access what this does is limits the output of the report to the current year being viewed on the holiday planner, I didn't think it needed a date range popup.
P.S. I used the start date only as I was only interested in holidays starting in a given year.
hope you find this of use mick