Cross-tab quesry

G

Guest

I wish to perform calculations on the results of a crosstab query. This
raises two issues:
1) how to convert blank cells into zeros
2) how to store the cross tab table in a way that i can run another query
from it
 
D

David Cox

I am very rusty, but try:

1) iif(isnull([field1]),0,[field1])

2) Just use the crosstab query as an input to the query builder.
 

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

Top