I
ionic-fire via AccessMonster.com
I have built a multi-table select query and right now all the relationships
between tables are the default "show each record in tblXXX for each record in
tblYYY".
When I run the query, I get only one record and it is repeated eight times.
If I start changing some of the table relationships to INNER JOIN's or OUTER
JOIN's, then I start getting the other records, but most of them are repeated
at least once. I do not have any additional data connected to these records,
so I am not sure why it is being displayed numerous times.
I must admit I do not fully understand all about JOINS and relationships yet
(I thought I did, but evidently I didnt). I would appreciate some direction
and perhaps a link to a tutorial on JOINS and Relationship types. Thank you.
between tables are the default "show each record in tblXXX for each record in
tblYYY".
When I run the query, I get only one record and it is repeated eight times.
If I start changing some of the table relationships to INNER JOIN's or OUTER
JOIN's, then I start getting the other records, but most of them are repeated
at least once. I do not have any additional data connected to these records,
so I am not sure why it is being displayed numerous times.
I must admit I do not fully understand all about JOINS and relationships yet
(I thought I did, but evidently I didnt). I would appreciate some direction
and perhaps a link to a tutorial on JOINS and Relationship types. Thank you.