Hi
I have another problem with my appointment booking database.
I have a table with available times, ranging from 8:00 to 17:00
When booking an appointment you select a time from a drop-down list (combo box), the source is therefore the table of times.
What I want is for the times that have already been taken (entered in the appointments table for that date) to not appear in the list, so that clashes are impossible as only the available times will be shown when booking a new appointment.
I’m sure this is possible with some kind of query but I just can’t work it out. Does anybody know how this would be accomplished? Or is this not possible?
Thanks.
I have another problem with my appointment booking database.
I have a table with available times, ranging from 8:00 to 17:00
When booking an appointment you select a time from a drop-down list (combo box), the source is therefore the table of times.
What I want is for the times that have already been taken (entered in the appointments table for that date) to not appear in the list, so that clashes are impossible as only the available times will be shown when booking a new appointment.
I’m sure this is possible with some kind of query but I just can’t work it out. Does anybody know how this would be accomplished? Or is this not possible?
Thanks.
Comment