I am currently making a database to sort through some sales data. On my report, I want it to show the name from a query and the total sum. I can make the report based from one query, but then to add different queries onto the same report I have to use subreport/subform. My issue is that this shows up in a new window on the same page, and I would like it to be all in a simple list. I want to remove the subreport/subform and have a simple text box and total sum for each query that I have. Is there any way that I can create the text box and set it equal to the value from a different query, or do I need to remove all the extra data from the subreport/subform that I do not want? Thanks in advance.