Hi,I have a series of check boxes in my form. I have been trying to get
it so one of the check boxes automatically checks/unchecks if text is
entered or fully removed from a text field.I can get it to 'check' when
text is entered, but nothing I have tried is 'unchecking' when the text
is removed and the field is empty.The most logical script I tried seems
to be this...In the Change event of the text field (both the checkbox
(named 'other')and the text field are wrapped in the same
subform):if((t...