C Castaway Registered User. Local time Today, 08:53 Joined Feb 26, 2001 Messages 17 Feb 28, 2001 #1 How do you count the checkboxes that are only checked, not including the ones that are not checked. And be able to count them in your report. Thanks
How do you count the checkboxes that are only checked, not including the ones that are not checked. And be able to count them in your report. Thanks
L llkhoutx Registered User. Local time Today, 02:53 Joined Feb 26, 2001 Messages 4,018 Feb 28, 2001 #2 Checkbox have a value -1 and 0, therefore use the following in as the source of textbox in a footer: =sum(abs(checkboxName)).
Checkbox have a value -1 and 0, therefore use the following in as the source of textbox in a footer: =sum(abs(checkboxName)).