JithuAccess
Member
- Local time
- Today, 09:18
- Joined
- Mar 3, 2020
- Messages
- 325
Hi,
This is my code to find the total number of Denials in an Application and I want to use Like
But I am getting "#Type!" Error message. Could you please let me know what I have done wrong?
Thanks
This is my code to find the total number of Denials in an Application and I want to use Like
Code:
=DCount("[strID]","[tblMaster Table]","[datDate Application Received] between DateSerial(Year(Date())-1,4,1) And DateSerial(Year(Date())+0,3,31) And [strStatus of Application] like "*" & 'Denied' & "*"")
But I am getting "#Type!" Error message. Could you please let me know what I have done wrong?
Thanks