S
Stanley
Hi there,
Here is my SQL in Access2000,
Update TableA inner join ViewA on TableA.AID = ViewA.AID
set TableA.A = ViewA.A, TableA.B = ViewA.B
My problem is that ViewA is a Read Only View that cannot be update.
Therefore, I cannot update TableA's fields with ViewA from the above SQL.
How should I write a SQL in Access 2000 to doing things like that?
Thanks in advance.
Here is my SQL in Access2000,
Update TableA inner join ViewA on TableA.AID = ViewA.AID
set TableA.A = ViewA.A, TableA.B = ViewA.B
My problem is that ViewA is a Read Only View that cannot be update.
Therefore, I cannot update TableA's fields with ViewA from the above SQL.
How should I write a SQL in Access 2000 to doing things like that?
Thanks in advance.