What sort of number do you want it to display? A checkbox is a Boolean
control, so getting -1 or 0 to display is fairly easy. Is this what you want
or are you wanting a count of true records? If the latter, try using
DCount() and make the report textbox a calculated control.