C
chk
I have a table I am using in a report with unbound controls to show counts of
various true/false fields in the table. I have a field called
tblProcedureCapture_RAA #2 and I am trying to count when it is true. I have
tried DCount, Abs(Sum([tblProcedureCapture_RAA #2]),
Sum(IIf([tblProcedureCapture_RAA #2],1,0)) and none of them work. I get #
error or a -1 as a response. What am I doing wrong. I will also need to add
on some or and and statements to this true count - any thoughts?
various true/false fields in the table. I have a field called
tblProcedureCapture_RAA #2 and I am trying to count when it is true. I have
tried DCount, Abs(Sum([tblProcedureCapture_RAA #2]),
Sum(IIf([tblProcedureCapture_RAA #2],1,0)) and none of them work. I get #
error or a -1 as a response. What am I doing wrong. I will also need to add
on some or and and statements to this true count - any thoughts?