P
pfm721
I have a database that tracks projects. One project may have several
appointments related to it. I have a check box to mark a project as being
complete. All of the appointments have a date field to enter the date the
appointment was completed. I would like to prevent the user from completing a
project unless all of the appointments have a completed date. Any ideas on
how I would go about this?
tblProject
ProjectNumber text (PK)
Completed yes/no
tblAppointment
AppointmentID autonumber (PK)
ProjectNumber text
CompletedDate date/time
Thanks
appointments related to it. I have a check box to mark a project as being
complete. All of the appointments have a date field to enter the date the
appointment was completed. I would like to prevent the user from completing a
project unless all of the appointments have a completed date. Any ideas on
how I would go about this?
tblProject
ProjectNumber text (PK)
Completed yes/no
tblAppointment
AppointmentID autonumber (PK)
ProjectNumber text
CompletedDate date/time
Thanks