H
H. Martins
I have one TripleState CheckBox bound to some intField. Works OK.
I want to have a second CheckBox displaying the inverse of intField.
If I do "= Not [intField]" it will display the inverse of the other
CheckBox but I can't change the record clicking this second CheckBox.
I tried to use the OnClick and under VBA change intField as .
if ...
[intField] = NULL ... or whatever.
So, it loks that I can not change IntField using OnClick.
I suppose I am trying the wrong approach.
Thanks
Henry.
I want to have a second CheckBox displaying the inverse of intField.
If I do "= Not [intField]" it will display the inverse of the other
CheckBox but I can't change the record clicking this second CheckBox.
I tried to use the OnClick and under VBA change intField as .
if ...
[intField] = NULL ... or whatever.
So, it loks that I can not change IntField using OnClick.
I suppose I am trying the wrong approach.
Thanks
Henry.