date criteria for query

D

David Mainland

I work with two queries-one returns actions that are 30
days overdue [<Date()-30] and the other returns actions
that are 60 dyas overdue [<Date()-60].

I need to modify the 30 day criteria to return
actions 'equal to 30 days but less than 60 days overdue'.

Any help would be greatly appreciated.
 
B

BK

Just need a simple AND in there. So something to the effect of
<=Date()-30 AND >Date()-60
 

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