I have a table that contains a field for order number of weeks prepared.
I have a query that I want to specify to list all clients based on that number of weeks.
The query should list client orders to be done today according to following formula
today's date - (number of weeks - 3 days)
how can I type above in the query criteria.
Thanks