Basically I'm doing a project in VB where I have 6 values. I want to apply these six values to one of six options in six different combo boxes. (dropdown boxes)
The dropdown boxes are in an array. One they've chosen options for all 6 dropdown boxes, they hit a button to apply them.
Basically what I need to do is make it so if they try to apply two of the values to the same variable, they get an error.
I'm having trouble figuring out how to get it to go through an check each of them and make sure that none of them are equal.
I'm currently messing around with Nested For loops, but I have issues with visualization. -_-