Folks
The attached is a screenshot of a subform in Continuous Forms view. It contains a combo box, a check box and a navigation button. I want the check box and the navigation button to be disabled for any record where the value of the combo box is null. How do I achieve this? I've tried the subform's On Current event, but what happens is that if I click in the combo box with the value that is null, both records' check boxes and navigations are disabled, and if I click in the combo box with the value that isn't null, both records' check boxes and navigation buttons are enabled.
Thanks
Remster