D
Debbie D.
I have database, the purpose of which is for students to book a date and time
for a test. Tests can only be taken at the following days/times and last
45mins:
Mondays: 11:30 to 12:30 and 12:30 to 13:30
Thursdays: 17:00 to 18:00, 18:00 to 19:00 and 19:00 to 20:00
There are 10 computers which can be booked. A form takes the bookings and
stores them in a table named: TestAppointments the structure of which is:
ApptDate, AppTime WorkStationID StudentID (related through various tables)
Naturally the table only stores booked information regarding dates, times,
PC etc.
The problem is how would create a query that would list any vacant time
slots not booked detailing the available time slot and WorkStationID. Many
thanks for taking the time to read this, any help appreciated.
Debbie D.
for a test. Tests can only be taken at the following days/times and last
45mins:
Mondays: 11:30 to 12:30 and 12:30 to 13:30
Thursdays: 17:00 to 18:00, 18:00 to 19:00 and 19:00 to 20:00
There are 10 computers which can be booked. A form takes the bookings and
stores them in a table named: TestAppointments the structure of which is:
ApptDate, AppTime WorkStationID StudentID (related through various tables)
Naturally the table only stores booked information regarding dates, times,
PC etc.
The problem is how would create a query that would list any vacant time
slots not booked detailing the available time slot and WorkStationID. Many
thanks for taking the time to read this, any help appreciated.
Debbie D.