I have a yes no field called Advocacy in a table called tblMemberServices, there is also a field in the table called ROCID.
I want to be able to count the advocay field that is true.
What is wrong with the following code.
=Abs(DSum("[Advocacy]","tblMemberServices","[ROCID] =" & Form!frmReports!ROCID))
Thnsk in advance
I want to be able to count the advocay field that is true.
What is wrong with the following code.
=Abs(DSum("[Advocacy]","tblMemberServices","[ROCID] =" & Form!frmReports!ROCID))
Thnsk in advance