H
Howard
I'm having trouble determining whether a check box on my
form has been checked. Actually, I would rather be able to
determine that it has NOT been checked. I have attempted
the following statements with no success. ('Zone' is part
of a 'for' loop which increments from 1 to 16)
If Forms![NewAudioSystem].Controls("AB" & Zone).Value =
False Then
If Not Forms![NewAudioSystem].Controls("AB" & Zone).Value
Then
If Not Forms![NewAudioSystem].Controls("AB" &
Zone).Checked Then
form has been checked. Actually, I would rather be able to
determine that it has NOT been checked. I have attempted
the following statements with no success. ('Zone' is part
of a 'for' loop which increments from 1 to 16)
If Forms![NewAudioSystem].Controls("AB" & Zone).Value =
False Then
If Not Forms![NewAudioSystem].Controls("AB" & Zone).Value
Then
If Not Forms![NewAudioSystem].Controls("AB" &
Zone).Checked Then