M
m
I have a scheduling database. One form allows an
administrator to add new classes, which populates a class
table ("tblclass"). A second form allows employess to
enroll into a class, which populates a enrollment table
("tblenrollment"). I need to have a third form which
allows the administrator to approve/disapprove the
employee enrollment. However, I am having difficulty in
going about this procedure because I need to have the
tblenrollment and tblclass joined into a third table each
time an employee enrolls into a class. This way I can
have the third form pull only the employees that have
enrolled in a class, but have not been approved yet.
Any suggestions would be appreciated. Thanks.
administrator to add new classes, which populates a class
table ("tblclass"). A second form allows employess to
enroll into a class, which populates a enrollment table
("tblenrollment"). I need to have a third form which
allows the administrator to approve/disapprove the
employee enrollment. However, I am having difficulty in
going about this procedure because I need to have the
tblenrollment and tblclass joined into a third table each
time an employee enrolls into a class. This way I can
have the third form pull only the employees that have
enrolled in a class, but have not been approved yet.
Any suggestions would be appreciated. Thanks.