I have a form that has 3 check boxes and each check box has a corresponding combo box. For each check box, I want a user to check if the situation applies and if so, they then go to the corresponding combo box and select a value from the list. For example, say I have 3 crime categories - homicide, theft and automobile. If the crime committed was a theft, they'd check the Theft box and then go to the Theft combo box and select what type of theft it was. The way I have it set up now is that the combo box only appears if the box is checked, and disappears if the box is not checked.
The problem that I'm having is when, for example, the Theft check box is checked and a value is picked in the the Theft combo box. If they then realize they actually want the Automobile check box instead they uncheck the Theft check box but the value in the Theft combo box still shows up on the table. I need to reset each combo box if the corresponding check box is blank.
A last little twist in my situation is that I want the user to be able to pick more than one check box (and its corresponding combo box).
Any help is MUCH appreciatated!!!
The problem that I'm having is when, for example, the Theft check box is checked and a value is picked in the the Theft combo box. If they then realize they actually want the Automobile check box instead they uncheck the Theft check box but the value in the Theft combo box still shows up on the table. I need to reset each combo box if the corresponding check box is blank.
A last little twist in my situation is that I want the user to be able to pick more than one check box (and its corresponding combo box).
Any help is MUCH appreciatated!!!