I am trying to set up a query to calculate a fee after calculating how many days overdue. I have DateDue and DateReturned and DollarValue . I need to develop a criteria that creates a fine that $1 + days overdue*1% of the Value of the item. On a side not I also would like query to only show overdue dates. Here is my query
Any help is appreciated