Hi
I tried to fined an answer in the previous posts but couldn't Hope somebody can help. The database is a comprehensive medical records database for a medical office and I need to create a form for the secretaries to schedule appointments for patients. The appointments are scheduled in a table called ClinicVisit. The record contains:
ClinicVisitID as Autonumber,
PatientID as number
ClinicDate as Date
ClinicTime as medium time
I created a separate table that contains the time slots:
SlotID Auto
SlotTime text
The slotTime are populated with time intervals:
9:00 - 9:30
9:30 - 10:00
etc.
Here what I need:
When you open the form to schedule the appointment for a particular patient, you need to see a list of all slots with those that are already filled shown as unavailable.
I would appreciate any help. Also, if this topic has been discussed before, I appreciate help finding the thread. Thx.
I tried to fined an answer in the previous posts but couldn't Hope somebody can help. The database is a comprehensive medical records database for a medical office and I need to create a form for the secretaries to schedule appointments for patients. The appointments are scheduled in a table called ClinicVisit. The record contains:
ClinicVisitID as Autonumber,
PatientID as number
ClinicDate as Date
ClinicTime as medium time
I created a separate table that contains the time slots:
SlotID Auto
SlotTime text
The slotTime are populated with time intervals:
9:00 - 9:30
9:30 - 10:00
etc.
Here what I need:
When you open the form to schedule the appointment for a particular patient, you need to see a list of all slots with those that are already filled shown as unavailable.
I would appreciate any help. Also, if this topic has been discussed before, I appreciate help finding the thread. Thx.