Counting Checkboxes based on another column in report footer

B

-Backspace-

Hi,

I want to count checkboxes (yes/no) only if another colum is blank.
Ex. Column A = Date, Column B = Checkboxes
I only want a count of Yes check boxes in Colum B, if Column A is Blank (no
date entered)
Is this possible?
 
D

Duane Hookom

Try a control source in your report footer of:
=Sum(Abs(IsNull([Column A]) AND [Column B] = True) )
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top