so here's the situation:
I have items with check-out and check-in dates. (2 different entries on a list based on a ProductOrderID)
I need to know how to make a list of dates with those items showing when they check-out and check-in, and that they are unavailable on the days in-between. (I feel like this could be a Query, but I'm new to queries, and I don't know how to make it interpolate the dates not explicitly mentioned in the check-in and check-out dates)
I can then use those results to inform the rest of my database about the status of those items if I can attach a value for those items based on the dates. (I imagine this is the least of my worries)
An appointment calendar that shows multiple people and their overlapping times sounds like a solution (just change people to the rental products). But instead of a visual representation, I need a numerical report of the available items based on the date.
The link above to the template did a great job of helping with current day inventory, but now I need to project future inventory based on these orders.
I feel like I'm back in Business Operations 201, in college...odd...
Does this make sense to anyone other than me?
