I have a table (named ELR) which is has a primary key on the first field called ELR and is linked to ELR in another table named 'data input' both in relationships and a query.
The ELR field has a many - 1 relationship on the 'data input' table to the ELR table.
However, I need to update the ELR table data and ELR no longer has unique values so I have removed the primary key and linked them as above but without referential integrity as there is now no primary key.
When i use the database i can change values in the current record but am unable to create a new record or move to a new one. I get error - can't move to dpecified record or cannot update recordset.
Can anyone help?
Thanks,
Osx
The ELR field has a many - 1 relationship on the 'data input' table to the ELR table.
However, I need to update the ELR table data and ELR no longer has unique values so I have removed the primary key and linked them as above but without referential integrity as there is now no primary key.
When i use the database i can change values in the current record but am unable to create a new record or move to a new one. I get error - can't move to dpecified record or cannot update recordset.
Can anyone help?
Thanks,
Osx