C
chrismpc
Hello,
I have a table, with 3 other tables linked to it:
Main Table
ID
SubTable1
MainTableID
SubTable2
MainTableID
SubTable3
MainTableID
My query is instructed to retrieve records where the maintableID's
match the maintable 'id' field
I have 1 record in subtable 1
I have 2 records in subtable 2
I have 2 records in subtable 3
(in all 3 the maintableID is matching, and I have checked that it
actually does!)
According to my query, and this works up until I add the last table in,
there are 2 records, which is correct. However the 3rd table just
duplicated the records, for absolutley no reason that is at least
obvious to me!
If anyone has any clue as to why it would be much appreicated...
Many thanks in advance.
Chris.
I have a table, with 3 other tables linked to it:
Main Table
ID
SubTable1
MainTableID
SubTable2
MainTableID
SubTable3
MainTableID
My query is instructed to retrieve records where the maintableID's
match the maintable 'id' field
I have 1 record in subtable 1
I have 2 records in subtable 2
I have 2 records in subtable 3
(in all 3 the maintableID is matching, and I have checked that it
actually does!)
According to my query, and this works up until I add the last table in,
there are 2 records, which is correct. However the 3rd table just
duplicated the records, for absolutley no reason that is at least
obvious to me!
If anyone has any clue as to why it would be much appreicated...
Many thanks in advance.
Chris.