I have been trying for hours to get my calculation correct. Please someone give me some help to make this work. Here is my dilema....I want to show an overdue field when a file has not been returned by the specified due date. I can get it to show "Overdue" but I can not get the "Overdue" to go away once the file has been returned. Can someone please help....this is what I have done.....
I have four fields
(Overdue)= Calculation Field
RA Date Received
RA Due Date
RA Date Returned
Case (Get(CurrentDate) ≥ RA Due Date; "Overdue!";
IsEmpty(RA Date Received) and IsEmpty(RA Date Returned); ""; not IsEmpty(RA Date); "";)
I know I have something backwards, but I have tried every which way I can think of and can't get it to work correctly.