hey all, I have a query with a few columns one of which is a called "Delivered" . Delivered is a check box entry, which at the moment has its criteria is set to "False". The report this query generates will only show records that have not been delivered. i.e Outstanding records, because Delivered = False 
I want to modify the query such that if the user makes "Delivered" = True the records will still show as Outstanding (false) for 7 days.
How do i set my query to obey this rule? Thanks
I want to modify the query such that if the user makes "Delivered" = True the records will still show as Outstanding (false) for 7 days.
How do i set my query to obey this rule? Thanks