Hi, I'm a bit stuck and hope someone can help.
I have three tables that I am trying to combine the data. I don't need all the data, just some.
I'm using three queries.
1st. I have 1 query to sum the total transactions that are over $10,000 based on one Date and the type.
2nd. I have the 2nd query adds from the customer table to the 1st query with the totals amounts, date and type.
3rd. My 3rd query adds the 2nd query data to a 3rd table that holds control transaction reviews based on the date.
When I run my 3rd query for the results. The ID and Linked_ID does not match.
I'm trying to get the 3rd query to pull the data where the ID and Linked_ID would match.
Example: If you run the 3rd query, line two will show the ID as 1 and the Linked_ID as 8.
I'm guessing that my approach is wrong with the multiple queries and joins.
I've tried to link the ID and Link_ID in my 3rd query but get an error "ambiguous outer join".
Thanks for any help ahead of time.
I have three tables that I am trying to combine the data. I don't need all the data, just some.
I'm using three queries.
1st. I have 1 query to sum the total transactions that are over $10,000 based on one Date and the type.
2nd. I have the 2nd query adds from the customer table to the 1st query with the totals amounts, date and type.
3rd. My 3rd query adds the 2nd query data to a 3rd table that holds control transaction reviews based on the date.
When I run my 3rd query for the results. The ID and Linked_ID does not match.
I'm trying to get the 3rd query to pull the data where the ID and Linked_ID would match.
Example: If you run the 3rd query, line two will show the ID as 1 and the Linked_ID as 8.
I'm guessing that my approach is wrong with the multiple queries and joins.
I've tried to link the ID and Link_ID in my 3rd query but get an error "ambiguous outer join".
Thanks for any help ahead of time.