I have a combo box that displays an id number and a name. I need to just be able to read the id number in an if statement. Ex.
If cmbSite.text = 7 then etc.
Obviously this does not work, because it tries to read the whole box.
Anybody...Thanks