Getting a total for a column in a query

R

ronnie_knight

I have a query that has a column that is an expression. Is there any
way I can see a total for that column in the query?
 
P

Pat Hartman\(MVP\)

Queries cannot show both detail and summary rows at the same time. If you
want to see detail with a sum at the end, use a report.
 
Top