L
limpetsfolly
I’m trying to produce a room booking system where I can produce a
“spreadsheet” type report showing booked and free rooms on a weekly
basis:
[image: http://www.redpoppy.co.uk/nmoffice_bookings.gif]
I have a table for Rooms, Bookings and Dates:
Rooms contains RoomID, RoomDesc
Bookings contains Client ID, Client Name, Date From, Date To
Dates contains all dates for the year by day
I’ve tried using a cross-tab query, but this only gives me data where
there are bookings for a room in a particular week. How can I produce a
report in the format shown above, regardless of whether there are any
bookings for a particular week – ie: still show the room and the W/C
even if there are no bookings for those dates/rooms?
“spreadsheet” type report showing booked and free rooms on a weekly
basis:
[image: http://www.redpoppy.co.uk/nmoffice_bookings.gif]
I have a table for Rooms, Bookings and Dates:
Rooms contains RoomID, RoomDesc
Bookings contains Client ID, Client Name, Date From, Date To
Dates contains all dates for the year by day
I’ve tried using a cross-tab query, but this only gives me data where
there are bookings for a room in a particular week. How can I produce a
report in the format shown above, regardless of whether there are any
bookings for a particular week – ie: still show the room and the W/C
even if there are no bookings for those dates/rooms?