Hi all,
I'm trying to get a Dcount function to work based on whether 2 check boxes are ticked.
The data table is called tblquestions
The condition of the count is based on [businessservices] AND [vs_chair] being checked.
My stab at it was...
=IIf([tblquestions].[businessServices]=-1,Sum([tblquestions].[vs_chair]=-1))
which i set as the control of 1 text box.
but that flat doesn't work.
Any advice?
Cheers,
Jack
I'm trying to get a Dcount function to work based on whether 2 check boxes are ticked.
The data table is called tblquestions
The condition of the count is based on [businessservices] AND [vs_chair] being checked.
My stab at it was...
=IIf([tblquestions].[businessServices]=-1,Sum([tblquestions].[vs_chair]=-1))
which i set as the control of 1 text box.
but that flat doesn't work.
Any advice?
Cheers,
Jack