Sums from Multiple Queries on one Report

G

Guest

I am trying to pull the data from multiple queries into one report.
Specifically I want to be able to sum the field "Purchase Price" from each
query. However, I keep getting an error message when I run the report.

What is wrong with the below data?

=Sum([Query1]![Purchase Price])

Thanks
 
G

George Nicholson

As the Controlsource for a textbox on a report where Query1 is *not* the
Recordsource for the report?

Try
= Dsum("[PurchasePrice]","Query1")

HTH,
 

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