I have an ADP project in Access 2003 with SQL 2k back end. I'm trying to update a record thru a form, in which the recordsource happens to be a table with a 2-field primary key. Both of the PK fields are also foreign keys to other tables. I can add new records using the form just fine, but when I try to update one of the key columns on an existing record, I receive the following error:
You can't update the record because another user or application deleted it or changed the value of its primary key
All help on this error points me to creating the table relationships. I have already done this but the error persists. I'm at my wits end as to how to resolve this problem. There has to be a way to update a primary key column on an existing record where that column happens to also be a foreign key to another table.
What's interesting about this is the data actually is updated if I leave the record and come back. I can't help but think there's some kind of switch in Access that I need to flip.
You can't update the record because another user or application deleted it or changed the value of its primary key
All help on this error points me to creating the table relationships. I have already done this but the error persists. I'm at my wits end as to how to resolve this problem. There has to be a way to update a primary key column on an existing record where that column happens to also be a foreign key to another table.
What's interesting about this is the data actually is updated if I leave the record and come back. I can't help but think there's some kind of switch in Access that I need to flip.