I have check box on a main form (with its property type set to true/false). I also have a command button (placed next to this box on the form and is not linked) that when pressed pops-up a special comments pop up form.
I would like to be able to automate the check box, so if there is nothing typed in the special comments box, then check box should remain unchecked. Likewise if there is info typed in the special comments form, then I want the check box to be automatically checked.
Does anyone have an idea how to do this.
I would like to be able to automate the check box, so if there is nothing typed in the special comments box, then check box should remain unchecked. Likewise if there is info typed in the special comments form, then I want the check box to be automatically checked.
Does anyone have an idea how to do this.