I have a ComboBox that is filled from a db via the AddItem method. I need for the Box to be filled as it is, but reference another value from the database that is part of the Record set. Basicly, I want to Show the text, but need the value called the "ContentID". How do I establish that? How do I address that value later in the code?