Report from one-to many relationship

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"?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top