C
Chris
Do I have a case of Cerebral Flatulance?
An unbound control on my form has a value of true or false (checkbox)
assigned via VBA code.
How do I determine that value for VBA code and testing whether it is True or
False? Using "If Me.UnboundControl = True Then..." fails; its always null.
What am I missing? (BTW, I am very much an amateur Access-ite.)
An unbound control on my form has a value of true or false (checkbox)
assigned via VBA code.
How do I determine that value for VBA code and testing whether it is True or
False? Using "If Me.UnboundControl = True Then..." fails; its always null.
What am I missing? (BTW, I am very much an amateur Access-ite.)