I have a form with 3 date field (text boxes). Plus, I have a check box. The date fields are located on a tab control (which shouldn't matter because it's on the same form)
What I'm looking to do, is when ONE of the date fields is filled, the check box becomes enabled. If the date field has a value in it already, but the user decides to delete it, then the check box should be DISABLED.
The Check box is set to Enabled = False as default.
When I tried code on the lost focus even of the date fields, it would work, but when I clicked somewhere else on the form, it became disabled again. It could be it's Monday and my mind is still on the weekend, but I can't figure this out.
Any suggestions?
What I'm looking to do, is when ONE of the date fields is filled, the check box becomes enabled. If the date field has a value in it already, but the user decides to delete it, then the check box should be DISABLED.
The Check box is set to Enabled = False as default.
When I tried code on the lost focus even of the date fields, it would work, but when I clicked somewhere else on the form, it became disabled again. It could be it's Monday and my mind is still on the weekend, but I can't figure this out.
Any suggestions?