Hello, I need Help with my query. I built 2 tables: Table 1: sub account number, account name, amount paid (Record one: abc, Tree, 100; Record two: abc, Tree, 200) and Table 2: account number, sub account number, account name (Record one: 1122, abc, Tree; Record Two: 3344, acb, Tree). I joined them by sub account number and account name. I was looking to get the following answer: Query2 Account Number Sub Account Number Account Name Amount 1122 abc Tree 100 3344 abc Tree 200
but got additional records that are incorrect.
Query2 Account Number Sub Account Number Account Name Amount 3344 abc Tree 100 1122 abc Tree 100 3344 abc Tree 200 1122 abc Tree 200
How can I get read of theses additional records?
Thank you for your responses.
but got additional records that are incorrect.
Query2 Account Number Sub Account Number Account Name Amount 3344 abc Tree 100 1122 abc Tree 100 3344 abc Tree 200 1122 abc Tree 200
How can I get read of theses additional records?
Thank you for your responses.
