J
Jerry Whittle
It's the INNER JOIN's. If any of the tables in the joins don't have a
matching record, the query doesn't return the record. You need to try a
combination or two fo LEFT JOIN's from the primary key field of the parent
table to the foriegn key field of the child table.
matching record, the query doesn't return the record. You need to try a
combination or two fo LEFT JOIN's from the primary key field of the parent
table to the foriegn key field of the child table.