Applyfiter function

I

iain

Thanks for the previous help. Im trying to get a filter sorted now. Again in
a for i have a button whose event opens a query. I want the event then to
apply a filter to the date due field. The filter is to filter for all dates
past todays. I am haveing trouble doing this.

Thanks again
 
S

Steve Schapel

Iain,

You don't need to "apply a filter" for this. You can include it right
in the Criteria of the Date Due field in the query. The expression
would be:

However, I am not sure about this "open a query". If you mean you are
displaying a query datasheet, then this would generally be regarded as
not a good idea. Maybe base a form on the query, and open the form instead.
 

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

Top