I have the following problem:
I'm creating a small database in MS Access 2000, I have created a many-to-many relationship between 2 tables (users & products) with a link table inbetween containing the primary keys from both the user and product table which together make up the primary key for the link table. the relations are working correct because when I enter the data directly into either one of the tables it creates the proper rows in the link table.
I created a form to edit the data in both tables (users as main form, with product as subform) when ever I type anything into the subform I get the following error 'field cannot be updated'.
It does create the record in the products table, but no record is created in the link table.
Does anyone have any ideas why this happens?
I'm creating a small database in MS Access 2000, I have created a many-to-many relationship between 2 tables (users & products) with a link table inbetween containing the primary keys from both the user and product table which together make up the primary key for the link table. the relations are working correct because when I enter the data directly into either one of the tables it creates the proper rows in the link table.
I created a form to edit the data in both tables (users as main form, with product as subform) when ever I type anything into the subform I get the following error 'field cannot be updated'.
It does create the record in the products table, but no record is created in the link table.
Does anyone have any ideas why this happens?