J John Vinson Nov 14, 2006 #2 Can I pull a sum from a Report to another Query? Click to expand... 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]
Can I pull a sum from a Report to another Query? Click to expand... 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]
G Guest Nov 14, 2006 #3 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] Click to expand...
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] Click to expand...