Applying Filters to Reports in Access 2000

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to apply filters to reports in access
2000. If not, do later versions of access permit this.

By filters, I refer to the same type filters that can be
used in tables, queries and forms.

Anyone know of a knowledge base article.

Thanks in advance for any assistance.
 
There are a number of methods for limiting the records displayed in report.
The most common method might be adding a criteria in the query the report is
based on. This can be done with references to controls on an open form such
as
Between Forms!frmDates!txtStart and Forms!frmDate!txtEnd

You can also open a report with code using the "where" clause.
 

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

Back
Top