Hello Guys,
I want to find Total Decision made in a week in my Report and this is my Code:
=DCount("strProgram","tblMaster Table]","strProgram='ABC-123' And datDecision Between DateAdd("d",-6-Weekday(Date(),2),Date()) And DateAdd("d",-2-Weekday(Date(),2),Date())"))
Here in the criteria of...