I inherited this db and trying to make it more user friendly. I have a combobox on a form that has a "value list" of New and Return. The table/query being used has a -1 or 0(T or F). Is there a way to convert the -1 or 0 to another value; like "New" for True or "False" for Return? And also when adding a new record, and choosing "New or Return" from a combobox, how would I store it to the table as a -1 or 0?
Mike