Sweetnuff38
Registered User.
- Local time
- Yesterday, 21:07
- Joined
- Dec 7, 2007
- Messages
- 74
I have the following code in my query and it seems to be working fine, but I would also like it to show the Not Overdue Items.
Overdue: IIf([Investigation Status]="Open",IIf([DueDate]<=Date(),"OVERDUE"))
Any help would be much appreciated!
Tracy
Overdue: IIf([Investigation Status]="Open",IIf([DueDate]<=Date(),"OVERDUE"))
Any help would be much appreciated!
Tracy