Hi all
I’ve got a base that records the bookings of meeting rooms. It’ll be used to schedule bookings across all the rooms available.
So I’ve got something like this:
{Room} - e.g Room 1 (This is a linked field)
{Start Date}
{End Date}
I need to be able to check whether a {Room} is available when making a booking. I don’t want a room to be available as an option if it’s been booked. If there’s a clash of dates, then a room can’t be selected.
What would be the best way of achieving this?