Query

  • Thread starter Thread starter Guest
  • Start date Start date
Can I pull a sum from a Report to another Query?

Not easily. A Report is "output only", not a data repository. I'd
suggest either using a Totals Query or DSum() to recalculate the sum.

John W. Vinson[MVP]
 
Thanks!
--
Ronnie


John Vinson said:
Not easily. A Report is "output only", not a data repository. I'd
suggest either using a Totals Query or DSum() to recalculate the sum.

John W. Vinson[MVP]
 

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

Back
Top