Help with a report

  • Thread starter Thread starter Ted
  • Start date Start date
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
 
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.
 
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
 
Back
Top