G
Guest
I have a 3 table database: Employee, Objective, Objective Desc. The Employee
table is linked to the Objective table via the field EmployeeID in a
one-to-many relationship. The Objective Desc table is linked to the
Objective table via the ObjectiveDescID in a one-to-many relationship.
So, both the Employee table and the Objective Desc table link to the
Objective table via one-to-many relationships.
My goal is to allow fields in the Objective table to be updated after
selecting Employee and Objective. I'm using a third table for Objective Desc
so I can use a combo box that allows the user to select the objective.
In this configuration, when I select the Objective description the remaining
fields can't update. I get an error "Field cannot be updated."
They are not locked or set to read-only. And there are no default values.
I'm sure it has someting to do with the way the tables are related. But I
need a separate Objective Desc table for the combo box.
table is linked to the Objective table via the field EmployeeID in a
one-to-many relationship. The Objective Desc table is linked to the
Objective table via the ObjectiveDescID in a one-to-many relationship.
So, both the Employee table and the Objective Desc table link to the
Objective table via one-to-many relationships.
My goal is to allow fields in the Objective table to be updated after
selecting Employee and Objective. I'm using a third table for Objective Desc
so I can use a combo box that allows the user to select the objective.
In this configuration, when I select the Objective description the remaining
fields can't update. I get an error "Field cannot be updated."
They are not locked or set to read-only. And there are no default values.
I'm sure it has someting to do with the way the tables are related. But I
need a separate Objective Desc table for the combo box.