Hi there, I am not an SQL programmer but a heavy user of Access in "user" mode
I need to pull data from 2 different queries (which references 2 different tables) into 1 report.
I have 1 table of lawsuits, with 2 sub-tables, table A lists all the injured people in each lawsuit and table B lists all the relatives of each injured person for each lawsuit.
The report needs to display for each lawsuit the count of the injured plaintiffs from A and the relatives from B. I can generate queries and reports to display these individually, but how do I get them into 1 query or report without error. I can make a query that will do this, but because some lawsuits don't have any relatives, my query completely omits any lawsuit that has no entries in table B.
Suggestions?
I need to pull data from 2 different queries (which references 2 different tables) into 1 report.
I have 1 table of lawsuits, with 2 sub-tables, table A lists all the injured people in each lawsuit and table B lists all the relatives of each injured person for each lawsuit.
The report needs to display for each lawsuit the count of the injured plaintiffs from A and the relatives from B. I can generate queries and reports to display these individually, but how do I get them into 1 query or report without error. I can make a query that will do this, but because some lawsuits don't have any relatives, my query completely omits any lawsuit that has no entries in table B.
Suggestions?