Hi,
I want show the count data in one of my form. So i use Dcount in control source but i get Error for the below 2 fields.
=DCount("[A2p]","[Customer Table1]","[A2p]='No'")
A2p - is field from table Customer Table1 in this i want to count the No
A2p is text box format in my table.
=DCount("[DateU]","[Customer Table1]","[DateU]='date()'")
DateU - is the field from Customer Table1 in this i want to count records matching the today.
DateU is in date format in my table.
I tried to bound the box used count option but not working.
I want show the count data in one of my form. So i use Dcount in control source but i get Error for the below 2 fields.
=DCount("[A2p]","[Customer Table1]","[A2p]='No'")
A2p - is field from table Customer Table1 in this i want to count the No
A2p is text box format in my table.
=DCount("[DateU]","[Customer Table1]","[DateU]='date()'")
DateU - is the field from Customer Table1 in this i want to count records matching the today.
DateU is in date format in my table.
I tried to bound the box used count option but not working.