Hi,
I have a form which shows training information for employees.
The main form shows the individual's details - name, job etc.
The subform shows the various training courses the person has completed, and the level of competency attained for each.
I want to prevent users from altering/adding/deleting the personal details recorded on the main form, but I want to allow them to edit training course records on the subform.
I have tried setting the AllowDeletions, AllowAdditions etc properties on the main form to "No", but this also effects the SubForm, regardless of what its corresponding propoerties are set to.
The only thing I can think of is to lock individual fields on the main form. Is there a simpler way?
Mike
I have a form which shows training information for employees.
The main form shows the individual's details - name, job etc.
The subform shows the various training courses the person has completed, and the level of competency attained for each.
I want to prevent users from altering/adding/deleting the personal details recorded on the main form, but I want to allow them to edit training course records on the subform.
I have tried setting the AllowDeletions, AllowAdditions etc properties on the main form to "No", but this also effects the SubForm, regardless of what its corresponding propoerties are set to.
The only thing I can think of is to lock individual fields on the main form. Is there a simpler way?

Mike