JithuAccess
Member
- Local time
- Today, 05:03
- Joined
- Mar 3, 2020
- Messages
- 325
Hello Guys,
I am getting following Error Message when I am trying to Run the Report.
This is the Code:
Here I am giving two criteria. It is working fine when I am giving just 1 criteria (either datApplication Date or strProgram).
Could you please let me know what's the Error.
Thanks
I am getting following Error Message when I am trying to Run the Report.
This is the Code:
Code:
=Count(IIf([strProgram]="Primary" And [datApplication Date] Between Date() And Date()-7,1))
Here I am giving two criteria. It is working fine when I am giving just 1 criteria (either datApplication Date or strProgram).
Could you please let me know what's the Error.
Thanks