Re: Booking System - Vacant room report
- From: Tom van Stiphout <no.spam.tom7744@xxxxxxx>
- Date: Mon, 17 Mar 2008 20:58:35 -0700
On Tue, 18 Mar 2008 13:17:33 +1100, Peter Sutton
<psutton@xxxxxxxxxxxxxxx> wrote:
All temporary tables can be replaced by queries.
-Tom.
.
Greetings all,
My booking system includes 2 tables:
tblRooms with the key field RoomID, and some other fields AND a
tblBooked Rooms with a number of fields including RoomID and
BookedDate.
For a given date range, I can generate a vacant room report by
generating a temporary table of all the Rooms and BookedDates using a
cartesian join, and then either deleting the booked rooms, or by
using a 'Not In( )' select query.
Can anyone suggest a solution that does not involve populating a
temporary table?
Peter
- Follow-Ups:
- Re: Booking System - Vacant room report
- From: Peter Sutton
- Re: Booking System - Vacant room report
- From: DFS
- Re: Booking System - Vacant room report
- References:
- Booking System - Vacant room report
- From: Peter Sutton
- Booking System - Vacant room report
- Prev by Date: Re: Multiple selection tick boxes
- Next by Date: Re: Mostly OT: Have any MVP's looked at the source code for MS' operating systems?
- Previous by thread: Booking System - Vacant room report
- Next by thread: Re: Booking System - Vacant room report
- Index(es):