Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

basic query help - SUM

Status
Not open for further replies.

beekay22

Technical User
Mar 22, 2005
2
GB
Hi guys,

Im trying to get my Access 2000 query to return a number of rows based on certain criteria. This is no problem.

Each row contains a field with a value that id like the query to eventually total up at the end, but also to include the original rows that it returned...

is this possible??? ive tried using the help function, but cant seem to find the command that i want!

kind regards

\Beekay
 
there's not direct way of doing this...

either you have to do the summing on the report, or use a union query to "append" the sum to the end of the original query...

personally, I'd do it on the report, that's what it's for...

--------------------
Procrastinate Now!
 
cheers crowley, id already started to think about this!

kind regards

biren
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top