Apply filter

  • Thread starter Thread starter Ferida
  • Start date Start date
By using the ApplyFilter action. But as that's an obvious answer, I am
assuming that you're having a problem with the Where Condition argument?
Give us details, please.
 
Thank you, I want to open a report that can be filtered with several date
range, says year by year or month by month.
 
Show us the names of the fields that you want to filter (the field names in
the table/query that is the report's RecordSource property), and some
examples of the dates that you'd use for filtering.

Also, for reports, one does not use the ApplyFilter action in a macro.
Instead, one uses the Where Condition argument in the OpenReport action.
 
Thanks, the field name is entry date, and I want the report (name "Income
Statement") to show the record only for January 2008 and March 2008
 

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