Hello,
I have two different tables that I need to pull information from.
Table One has rows like this.
CustomerNumber CustomerShipTo
123 456
The only field in table two that id close to matching is called ParentReferance which has the CustomerNumber and the CustomerShipTo from Table One combined to look like this:
ParentReferance
123 456
My question is how do I write the query to link the two tables.
Thanks
dwg23
I have two different tables that I need to pull information from.
Table One has rows like this.
CustomerNumber CustomerShipTo
123 456
The only field in table two that id close to matching is called ParentReferance which has the CustomerNumber and the CustomerShipTo from Table One combined to look like this:
ParentReferance
123 456
My question is how do I write the query to link the two tables.
Thanks
dwg23