Hi
I hope someone can give me a hand with this one:
I have to tables tblJPM & tblBNY I am trying to match the records in the tables with a querie. The problem is that when I run the querie which just call all the records from tblJPM and just the ones from tblBNY that match tblJPM it duplicates the records.
There are more than 1 record with the same information so it looks like when there is more than one record with the same information it duplicates the records:
tblBNY
Record 1 Acc code = 130271 Acc name = BNY
Record 2 Acc code = 130271 Acc name = BNY
tblJPM
Record 1 Acc code = 130271 Acc name = BNY
Record 2 Acc code = 130271 Acc name = BNY
When I run the querie it will match them up but duplicate the ammount so the querie will show:
Querie:
Record 1 Acc code = 130271 Acc name = BNY
Record 2 Acc code = 130271 Acc name = BNY
Record 1 Acc code = 130271 Acc name = BNY
Record 2 Acc code = 130271 Acc name = BNY
Do you know why it does this and how to get around it.
Your help will be greatly appreciated.
Thanks
Regards
Mark
I hope someone can give me a hand with this one:
I have to tables tblJPM & tblBNY I am trying to match the records in the tables with a querie. The problem is that when I run the querie which just call all the records from tblJPM and just the ones from tblBNY that match tblJPM it duplicates the records.
There are more than 1 record with the same information so it looks like when there is more than one record with the same information it duplicates the records:
tblBNY
Record 1 Acc code = 130271 Acc name = BNY
Record 2 Acc code = 130271 Acc name = BNY
tblJPM
Record 1 Acc code = 130271 Acc name = BNY
Record 2 Acc code = 130271 Acc name = BNY
When I run the querie it will match them up but duplicate the ammount so the querie will show:
Querie:
Record 1 Acc code = 130271 Acc name = BNY
Record 2 Acc code = 130271 Acc name = BNY
Record 1 Acc code = 130271 Acc name = BNY
Record 2 Acc code = 130271 Acc name = BNY
Do you know why it does this and how to get around it.
Your help will be greatly appreciated.
Thanks
Regards
Mark