I've got a really simple database consisting of three tables:
tblCourse
---------
CourseID (PK)
CourseName
CourseSupplier
CourseDuration
tblAttend
---------
CourseID
EmployeeID
CourseStart
CourseEnd
tblEmployee
-----------
EmployeeID (PK)
EmployeeDept
EmployeeFirst
EmployeeLast
EmployeeNumber
EmployeeTitle
I have linked the tables via their primary keys to their associated foreign keys in tblAttend.
I have created a main form with a subform using the Forms Wizard so that course details are shown against each employee in the subform.
I can enter employee data in the main form but when I try to enter data in the sub-form I get the error:
"Field cannot be updated"
I can then click on the OK button and enter data, however the data is not saved.
Can anyone assist please?
tblCourse
---------
CourseID (PK)
CourseName
CourseSupplier
CourseDuration
tblAttend
---------
CourseID
EmployeeID
CourseStart
CourseEnd
tblEmployee
-----------
EmployeeID (PK)
EmployeeDept
EmployeeFirst
EmployeeLast
EmployeeNumber
EmployeeTitle
I have linked the tables via their primary keys to their associated foreign keys in tblAttend.
I have created a main form with a subform using the Forms Wizard so that course details are shown against each employee in the subform.
I can enter employee data in the main form but when I try to enter data in the sub-form I get the error:
"Field cannot be updated"
I can then click on the OK button and enter data, however the data is not saved.
Can anyone assist please?