I have a large linked table from a database I do not control. In this table there is a field with long names ( for argument sake let's say the names are Edward, Frederick, and Susan). In my query I have an Iif statement that reads: IIf("Frederick","Fred" Or IIf("Edward","Ed" Or IIf("Susan","Sue". The idea is to make the standard field entries into a much shorter acronym. When I run the query I get a blank table. Is there a better way to do this? Or was I on the right track and wrote the statement incorrectly?