I have about 14 chkboxes (varies from year to year) and need to check whether all of them are checked
I figured I could do it by checking each one in a loop but wondered if anyone has a faster way.
The values are stored in a table
fields are ID (autonumber)
chk1 Boolean
chk2 Boolean etc
Thanks in anticipation
Andy