Help with a report

T

Ted

I have a report that is based off a crosstab query. In
the ct query I sum the field "balance" and this field is
printed in the detail section of the report.

I want to limit the records that print on the report to
only those that have a balance <> 0.

Any suggestions on how to limit the report to only print
the records I want?

Ted
 
R

Raul

Ted..

I would create another query based on the CT query in which you limited the
results by where your sum > 0. Base your report on this new query.
 
G

Guest

Raul,

Thanks you for the quick and effective answer.

I have an incredible way of making things much more
complicated than they need to be.

Again, I really appreciate you guidance.

Ted
 
Top