I have a set number of rental items; I want to create a report that alerts when there are more items rented than are available.
Each record has from date, a to date and a qty rented. The qty owned is linked from another table.
What I want could look something like this (I’m not committed to this presentation):
Qty owned 2
Start date Return Date qty rented qty out
10/20/03 10/24/03 1 1
10/22/03 11/03/03 1 2
10/26/03 11/04/03 1 2
10/27/03 11/15/03 1 3 *
What I’m having trouble with is the “qty out” formula. I’m hoping it’s something really simple and I’ve just been staring at it too long
Thank you
Each record has from date, a to date and a qty rented. The qty owned is linked from another table.
What I want could look something like this (I’m not committed to this presentation):
Qty owned 2
Start date Return Date qty rented qty out
10/20/03 10/24/03 1 1
10/22/03 11/03/03 1 2
10/26/03 11/04/03 1 2
10/27/03 11/15/03 1 3 *
What I’m having trouble with is the “qty out” formula. I’m hoping it’s something really simple and I’ve just been staring at it too long
Thank you