Stangleboy
Programmer
I am comparing name data from 2 different systems, the first is in DB2 and the other is a text file. The issue I have is the name (first, middle and last names)have following spaces in the DB2 format, such as each first name uses 20 spaces, so "CHRIS" is actually "CHRIS " with spaces at the end of the name. The text file only has "CHRIS". The query cannot match the data due to the spaces, is there a way in Access Query builder to match the text only and exculd the "SPACES" after the name in DB2? Thank you in advance for your help in this matter.