I need help writing an 'IIF' query. The field in my table is 'Title' and the person receives a '1' if an M.D. or '2' if a D.O. When I query the table, I want 'M.D' and 'D.O.' to show-up in the query, not '1' and '2'. I wrote:
Title: IIf([tblPhy]![PhyTitle]=1," M.D."," D.O." but received #ERROR when the query ran. Help!! Thanks
camelk
Title: IIf([tblPhy]![PhyTitle]=1," M.D."," D.O." but received #ERROR when the query ran. Help!! Thanks
camelk