
Access will not allow new record in a subform
Table1: Members
MembersID (autonumber), Name, Adress, etc.
Table2: Parents
ParentID (autonumber), Name, Adress, etc.
Table3: Member_Parent
MembersID, ParentID
Table1 is the recordsource for the main form and table2 for the subform on a
tab'ed control of the main form. Table3 links 1 and 2 together.
When I try to enter a new member in the main form, this is okey, but when I
try to register this new members parents in the subform Access tell's me
"Field cannot be updated". The ParentID field gives me the next number and
the record is added in Table2. Is there a way I can automaticly add the new
record in table3 and avoid the error? Is the normalisation of my tables way
out, and if so, how should it be done?
Regards
Asbj?rn S?bye