That worked great! Thanks. If you don't mind, I have a followup question similar to this one.
In this same query, I have the following field code.
DAYS_OPEN: IIf([Status]="Open",(Date()-[Start]),([Complete]-[Start]))
This calculates the days open. On the same form mentioned above, I want...