When you make combo boxes you have the option of hiding the key column, which is usually the ID, and displaying another field (say a description or object name). when you choose an item from the combo box, the ID, not the description field is saved but the text of the description field is displayed. In text boxes I haven't found this option and can only get the ID displayed if I want the ID saved. However, this is extremely confusing for the user since they will not be dealing with ID's and will not know which ID matches with which description. Is there a way to make the text box hold two fields, the ID and description, but display the description? These text boxes are receiving information from another form so the user doesn't type anything in, but it would be helpful to them to see the description rather than the ID. bla...