I am having trouble figuring out how to accomplish the following:
I have a form linked to tblProjects and subform linked to the junction table tblProjectEmployeeRole.
There is an After Update event on the subform:
If Me.fkRoleID = 3 Then
DoCmd.RunSQL "UPDATE tblEmployees SET EmloyeeCar = '-1'...
Hello,
I am a novice and am trying to develop a database for managing course and instructor information.
I have courses, instructors, TAs, and readers.
Each course can have more than one instructor, TA, or reader (for example,
1 instructor, 2 TAs, 1 reader or 2 instructors, 1 TA, and 2 readers...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.