I'm trying to create a cabin rental reservation system in Access. I'm not sure how to keep track of dates reserved and dates available for each rental unit. There are only four rental units and availability dates start on Memorial Day and end on Labor Day. So far I have identified a need for at least 3 tables: Reservation, Guest, Unit. Do I need to create a that contains all available dates for each rental? If so, how do I easily populate that table? How could I generate a report of available dates by unit? How can I track which dates are taken? How can I mark a range of dates as taken if given a begin and end date?
I would appreciate any hints or tips on how I could implement this rental tracking system.
Thanks
I would appreciate any hints or tips on how I could implement this rental tracking system.
Thanks