I
Iris
I am btrying to put together a database that will track
rental and how many additional copies I have available
Order table has the item to be rented and a start and end
period. inventory table as the items and how many of
each. I need to know how many of the items I still have
available. so if an item is rented for 3 days I reduce
it from inventory on all 3 days (not just the start).
I have created a cross-tab query that tells me how many
are rented. however, it is only taking to account the
first day (start-of-rental) and does not take into
account the days between start-of-rental and end-of-
rental.
do you unerstand what I am trying to do? can anyone help
rental and how many additional copies I have available
Order table has the item to be rented and a start and end
period. inventory table as the items and how many of
each. I need to know how many of the items I still have
available. so if an item is rented for 3 days I reduce
it from inventory on all 3 days (not just the start).
I have created a cross-tab query that tells me how many
are rented. however, it is only taking to account the
first day (start-of-rental) and does not take into
account the days between start-of-rental and end-of-
rental.
do you unerstand what I am trying to do? can anyone help