Okay. I'm trying to use visual query builder and I need to connect two tables on a location #. The issue that I have is that one table has the location #plus the number17 at the end. Son on table 1 location number it is listed as 1234 but on table 2 locatin number is listed as 123417. How can I make the connection?
I'm thinking that it would be this connection but not sure how:
left outer join table2.location_number on table1.location_number = table2.location_number
Any ideas?