I have a form that uses lookup table to select a "radioname" via a combo box. The selected "radioname" is stored in my table as the ID number (from the lookup table) for that particular "radioname". The selected "radioname" shows on my form as the text name (a different field in the lookup table) for "radioname". This is fine. When I print my report that includes the "radioname", it's control source is the field in the table that has the ID# stored in it and that's what I get. Makes sense. What I'm looking for is how to get the text name (like what is on my form) of the "radioname" I selected on my report instead of the ID#?