C
count yes or no
i put "=Sum(Abs([YourCheckBox])" in controlsource but it is not working.How
can i do it right.plz help.
can i do it right.plz help.
NG said:Hi,
in the control source property of a control on a form or report you have
to
use a domain function, I suppose you could use something like:
= DCount("[MyYesNoField]";"[TableName]"; "[MyYesNoField] = -1")
--
Kind regards
Noëlla
count yes or no said:i put "=Sum(Abs([YourCheckBox])" in controlsource but it is not
working.How
can i do it right.plz help.