Hi romerico
The problem is in your fourth column. It should be as follows:
Field: CheckDate
Table: PR_23PerptHistoryDetail1
Total: Where
Show:
Criteria: Between Forms![Report Chooser]![txtDateChooser] and dateserial(Year(Forms![Report Chooser]![txtDateChooser] )+1,1,0)
Note that this will include entries from the selected date to the end of the year. It will give an entire year only if the selected date is January 1.
--
Graham