chrlwhttkr
New member
- Local time
- Today, 10:40
- Joined
- Dec 10, 2021
- Messages
- 7
I'm creating a Hotel Database and I have a form which allows users to book a room. I have ran into a problem where users can double book a room. The fields are as follows:
room_ID
customer_ID
from_date
to_date
Is there any way to check if the room is booked between these dates to not allow the room to be booked again?
Any helped would be appreciated
Thank you.
room_ID
customer_ID
from_date
to_date
Is there any way to check if the room is booked between these dates to not allow the room to be booked again?
Any helped would be appreciated
Thank you.