I have a report (main report) that has three (3) subreports. Each subreport has it's own query that produces data for each subreport. I'm trying to use the query from each subreport for several users. For example, user1's user2's user3's, and user4's would have their information on the main report along with data from the three (3) subreports. My problem is that I would have create a main report, subreports, and queries for each user. This is definitely not the best way to do this. I create a query that combines the data from the queries for the subreport, but can't figure out how to use it with the subreports from the main report. I looked into using 'Link Child Fields' and 'Link Master Fields', did not get the expected results. I'm able to add the user name for user1's . . . user4's query as a criteria and get the results needed, but that I would do the same for each user. What is the best way to do this ? Thanks ! ! !