Thnx for reply :)
The [DateRented] is set to Short Date & also the [DueDate] Field ,
This was the original I was working
=IIf([Due Date]<Date(),"OVERDUE",IIf([Due Date]=Date(),"Due today","Not Yet Due"))
(From Microsoft Access Site)
but found it to return opposite results
If I use this...