I want to create a new field ONLY within a query. I don't wish to create a new field at the table level. I see that I can create a "calc" field within a query, but that involves mathmatical expression and numbers. I want to create a new field and populate its' value based on values in another existing field. Ex. If Table Field 1 contains the value "A", I want my query-only field to return value of "Apple". If Table Field 1 contains the value "O", I want my query-only field to return a valule of "Orange". Can this be done? I can find no helps on this. Everything I find talks about calc fields, or adding fields at the table level.