crosstab fa

  • Thread starter Thread starter Fred Loh
  • Start date Start date
F

Fred Loh

is it possible to have a row of totals (at the last row) for columns in a
crosstab?

thanks for your reply!
 
Fred said:
is it possible to have a row of totals (at the last row) for columns
in a crosstab?

thanks for your reply!

Probably can be done with a UNION query, but it would be a lot better to do
so in a report which has such functionality without getting "creative".
 
Rather than the final union query, create a new select query, select
the two previous queries and join them by the PK. Select all columns
from the first, and the sum column from the last.

-Tom.
Microsoft Access MVP
 
Back
Top