OK but shouldn't it be + and not - since I want to show 3 days or more AFTER the completed date?
When I put that in it says "Data type mismatch in criteria expression"
The idea is to check where completed date is more than three days ago
Forgot the brackets. It should have been
Code:<Date()-3
Ok I understand now. I was thinking of it the wrong way. Thanks so much for your help, it worked!