I have three tables that I need to join and I am having some trouble with it. Please help..
Tables:
Client Orders NA_Orders
OFFICE_ID OFFICE_ID OFFICE_ID
group_id Order_id Order_id
group_id
Now, these three tables have the same field (office_id) but they can all have a different value. How can a write a join query to show all values from these three tables
Diana
Tables:
Client Orders NA_Orders
OFFICE_ID OFFICE_ID OFFICE_ID
group_id Order_id Order_id
group_id
Now, these three tables have the same field (office_id) but they can all have a different value. How can a write a join query to show all values from these three tables
Diana