Hi
I am developing a database for booking hotels for individuals and groups. I have come up against a problem for part of it. I have 2 tables; 'Bookings' and 'Reservations'
'Bookings' holds information about the client, the hotel they are booking, arrival date and number of rooms booked amongst other things.
'Reservations' holds details about individual guests, room type, rate etc.
The two are linked by a booking reference.
The user inserts the amount of rooms booked into the 'Bookings' table. I want to limit the amount of reservations that can be made against the booking reference in the 'Reservations' table to the amount in the 'Bookings' table. I also want to record how many rooms are left to be filled so that this might be searched upon via a query later in case names are not provided at the time of booking.
How can I best achieve this?
I have no programming ability, I am new to Access, so if anyone can suggest some useful reading on the relevant knowledge I will need in this area I would be most grateful.
Thanks for your time.
MrTickle
I am developing a database for booking hotels for individuals and groups. I have come up against a problem for part of it. I have 2 tables; 'Bookings' and 'Reservations'
'Bookings' holds information about the client, the hotel they are booking, arrival date and number of rooms booked amongst other things.
'Reservations' holds details about individual guests, room type, rate etc.
The two are linked by a booking reference.
The user inserts the amount of rooms booked into the 'Bookings' table. I want to limit the amount of reservations that can be made against the booking reference in the 'Reservations' table to the amount in the 'Bookings' table. I also want to record how many rooms are left to be filled so that this might be searched upon via a query later in case names are not provided at the time of booking.
How can I best achieve this?
I have no programming ability, I am new to Access, so if anyone can suggest some useful reading on the relevant knowledge I will need in this area I would be most grateful.
Thanks for your time.
MrTickle
Last edited: