C
CobbR
I have a 3 table databse. Tble "A' is the "master", tble "A" has a one-to-one relationship with "B", tbl "A" has a one-to-many relationship with "C". I have a query that retreves all records in "A" with matching records from "B" (if there are any), and all records from "A" with all records from "C". How do I get a report to print the "A" record followed by the matching records from "B" and "C"?