I'm referencing a value in a combo box on an open form for a text box in my report. Instead of getting the value I get the location on the list. For instance My combo box could have red, green, and blue. If I highlight Blue and run my report (I have a text box that says [Forms]![MyFormName]![cbobox]) my report says 3, instead of blue. Could someone tell me how to get that value instead of the location. Thanks -db