I need t establish a relationship between two tables where the data fields I need to join on are padded with blanks in both tables. The data characteristics of the fields in both tables is identical, both are Character Lenght 16, Precision 20, Data Size 42. I'm using a RTRIM in the Relatinship Expression to removed the blanks. The Relationship creates a Left Outer Join. Use of the RTRIM is causing serious performance issues. Is there a good alternative to using RTRIM.