I have a complex Select query that uses many left joins again one main table.
It works fine and I can update the main table.
But when I add one more table (with a left join) I can't update the main table any more.
I have tried remove one of the other tables, doesn't help.
I have tried to make the field primary key that I join with, doesn't help.
Somehow Access can't understand what to update any more.
Is there a way to tell Access that I am only interested in updating the main table?
The purpose of the query is to show the user a lot of information and let the user change one field in the main table.
Any thoughts?
It works fine and I can update the main table.
But when I add one more table (with a left join) I can't update the main table any more.
I have tried remove one of the other tables, doesn't help.
I have tried to make the field primary key that I join with, doesn't help.
Somehow Access can't understand what to update any more.
Is there a way to tell Access that I am only interested in updating the main table?
The purpose of the query is to show the user a lot of information and let the user change one field in the main table.
Any thoughts?