mrtauntaun
MIS
I have a few yes/no(true/false) fields in a form which are either visible or hidden based on other criteria in the database. I would like a vba script to do the following:
return an integer (variable) of the total number of hidden fields that = true
and then: Make all hidden fields = false
If I can accomplish this with a query easier than script, that's fine too, but all of these are fields on the same record.
Thanx in advance!!