I have a combo box which I was displaying Department names in, using the ItemData to store the Department Id. This worked lovely when the Department Id was numeric. I have now had to change the Department Id to be alpha numeric, which has stopped my combo box working correctly.
Is there any way of storing both in the combo box?