Hi. I have a combobox called cboStatus. The cbobox shows Open and Closed only. There is a second cbobox called cboSubStatus. There are many items that show there as it records the phase the project is in. What I am needing assistance on the interaction between the 2 cboboxes. The cboStatus cannot be set to Closed unless cboSubStatus is set to Complete. And I am striking out on how to make it work. I've tried the SelectedIndexChanged, Click, SelectedValueChanged, DisplayMemberChanged, and MouseDown. I'm beginning to suspect that it either can't be done or my code is way mixed up. This is the last effort to get it working right.
So, if there are any individuals out there that can solve this dilemma, please do so.
Thanks...John