I have a Search Form. Criteria are some combo boxes. The problem is that search process return me as results numbers (the IDs of the tables) and not names. Par example, if I give the option "Sunday" into the criteria field "Day", the result is "1" (the ID of "Day" table) and not "Sunday". How can I override that?