ComboBox Items as Variables
Right now I have three combo boxes and a command button. When the button is clicked it checks if the items in the combo boxes are correct and displays a message.
The problem is that I need each item in the boxes to be a variable that can equal items in the other boxes. For example I need "ComboBox1 Item Actinium" to be a variable that can equal "ComboBox2 Item Ac" and also equal "ComboBox3 Item 227.03"
Any help will be greatly appreciated.
|