I have 2 fields both are combo boxes. I need some example code that if one combo box is null no data in it then it will set the other combo box to a default value.
One combo box is populated with usernames and the other is populated with status codes like active unassigned, etc.
If there is not a name in the user combo box then I want the status to read unassigned.
One combo box is populated with usernames and the other is populated with status codes like active unassigned, etc.
If there is not a name in the user combo box then I want the status to read unassigned.