PhilMan2006
MIS
I have a main form containing all the fields from Table 4. I have added a subform and have a look up field of Name and Clock# from Table 2 in which the Clock# from Table 2 populates Clock# in Table 3, and 3 other fields from Table 3 containing Clock #, Cost of Travel, Overall Rating. When I add a record all tables get updated, but the fields in Table 3 (Hours of Training, Internal Training, Vendor, and Cost of Training) do not get updated from Table 4 which are fields from the main form. If I can get these 4 fields to update I will be set. What am I doing wrong or what should I be doing? This is my first time using sub forms.
Here are the Tables and relationships.
Table 1
Department #
Department Desc
Table 2
Name
Clock #
Department #
Assigned Shift
Location Code
Active Status
Hire Date
Table 3
Class Number
Clock #
Hours of Training
Internal Training
Vendor
Cost of Training
Cost of Travel
Overall Rating
Table 4
Class Number (Autonumber)
Class Title
Begin Date
End Date
Hours of Training
Internal Training
Vendor
Cost of Training
Relationships:
Table1-Department # (1) to Table2 – Department # (Many)
Table2-Clock # (1) to Table3 – Clock# (Many)
Table3-Class Number (Many) to Table4 – Class Number (1)
Here are the Tables and relationships.
Table 1
Department #
Department Desc
Table 2
Name
Clock #
Department #
Assigned Shift
Location Code
Active Status
Hire Date
Table 3
Class Number
Clock #
Hours of Training
Internal Training
Vendor
Cost of Training
Cost of Travel
Overall Rating
Table 4
Class Number (Autonumber)
Class Title
Begin Date
End Date
Hours of Training
Internal Training
Vendor
Cost of Training
Relationships:
Table1-Department # (1) to Table2 – Department # (Many)
Table2-Clock # (1) to Table3 – Clock# (Many)
Table3-Class Number (Many) to Table4 – Class Number (1)