jvleigh221
IS-IT--Management
In joining two tables in a query I'm running into a problem.
In the main table, the field entry is normal. For example Table1.ID = "ID_104"
However in the Table I'm Left Joining the Feild entry has trailing spaces, Table2.ID = "ID_104 "
When I try to join the two and run the query I get an Invalid Operation. I'm guessing due to the fact that they do not match up because of the trailing spaces.
How can I get the two tables to join properly?
Thanks.
Jeremy
In the main table, the field entry is normal. For example Table1.ID = "ID_104"
However in the Table I'm Left Joining the Feild entry has trailing spaces, Table2.ID = "ID_104 "
When I try to join the two and run the query I get an Invalid Operation. I'm guessing due to the fact that they do not match up because of the trailing spaces.
How can I get the two tables to join properly?
Thanks.
Jeremy