hi there,
I've got 3 tables - orders1, orders2, and customers.
Should have been linked but a file overwrite has knocked the code that links them out....
I want to get a feel for how many there are that should be linked.
So i want to run a query that says - give me all the orders and customers details from orders1 and customers (linked on customerNo) where the postcode and last name match orders that are in orders2 (this is also linked on customerNo, but the systems have been duplicating customerNo's so i want to check them on postcode and last name.
I'd like to pull the details out from orders2 and customers with each line so i can see if they are matching up.
many thanks,
I've got 3 tables - orders1, orders2, and customers.
Should have been linked but a file overwrite has knocked the code that links them out....
I want to get a feel for how many there are that should be linked.
So i want to run a query that says - give me all the orders and customers details from orders1 and customers (linked on customerNo) where the postcode and last name match orders that are in orders2 (this is also linked on customerNo, but the systems have been duplicating customerNo's so i want to check them on postcode and last name.
I'd like to pull the details out from orders2 and customers with each line so i can see if they are matching up.
many thanks,