Hello Guys,
I was trying to find the Total count of Records based on 2 criteria in my Report. This is my Code:
=DSum("[strTransmission]","[Table1]","strTransmission='A:B' And [datPayment Date] Between #2020-04-01# And #2020-04-30#")
But I am getting #Error
Could you please let me know how...