When I have restrictions like that, either current year or current month, I modify the query the report is based on to include a new column.
Current Month: Format([mydatefield],"mmmm") OR Current Year: Format([mydatefield],"yyyy")
Then in the criteria - format(date(),"yyyy") OR format(Date(),"mmmm")
-- Jeff C Live Well .. Be Happy In All You Do
"Newf via AccessMonster.com" wrote:
[Quoted Text]
|