K
Kerry Purdy
Hi
I have a system which allows us to enter our room hire & training bookings
room requirements to ensure we have reserved the rooms we need.
I have 2 tables:-
Room Data (Room ID, Room Name, Capacity, Cost)
Rm Req (RBID, TBID, Room ID, Hire Date, Start Time, End Time)
RBID=Room Booking reference number if used for room hire
TBID=Training Booking refernce number if used for training course
The Rm Req table is filled with the hire date, start & end time, Room ID and
either and RBID number or a TBID number.
What I need to do is when I am entering a new booking, I would like to
select the drop down box and only those rooms that are available.
I have created a query which quite happily tells me what rooms are being
used on a specified date but not rooms are available. The trouble is that
the rooms only appear in Rm req if they are being used.
I hope this make sense, does anyone have any ideas how I can show a list of
Rooms available on a specified date?
Many thanks for your time.
Kerry
I have a system which allows us to enter our room hire & training bookings
room requirements to ensure we have reserved the rooms we need.
I have 2 tables:-
Room Data (Room ID, Room Name, Capacity, Cost)
Rm Req (RBID, TBID, Room ID, Hire Date, Start Time, End Time)
RBID=Room Booking reference number if used for room hire
TBID=Training Booking refernce number if used for training course
The Rm Req table is filled with the hire date, start & end time, Room ID and
either and RBID number or a TBID number.
What I need to do is when I am entering a new booking, I would like to
select the drop down box and only those rooms that are available.
I have created a query which quite happily tells me what rooms are being
used on a specified date but not rooms are available. The trouble is that
the rooms only appear in Rm req if they are being used.
I hope this make sense, does anyone have any ideas how I can show a list of
Rooms available on a specified date?
Many thanks for your time.
Kerry