Data being displayed in Report

  • Thread starter Thread starter Tina
  • Start date Start date
T

Tina

I have a form that has buttons on it. When you click a
button, it opens the report and applies the corresponding
filter. However, records that don't meet the criteria for
the filter keep being displayed. I've run the filter by
itself and the records are not there. However, when I run
the report with the filter, some records are displayed
that are not in the filter.

The count suggestion didn't offer any new
information...Any other suggestions???
 
How are you applying this filter? Did you remember to set FilterOn to True?

Instead of the filter, could you use the WhereCondition of the OpenReport
action? The extra comma is important.

If that does not solve the problem, post back the code you are trying to
use.
 
Back
Top