C
compton
Guest
Hi,
Im trying to update records from one table to another using the pk as the condition. However using sql in Access i cannot get it to work. Any Ideas? Sql simplified is below
Update A Set A.Name = B.Name where A.ID = B.ID
(asks for parameter)
Also tried
Update A Set Name = B.Name from B where A.ID = B.ID
Get syntax error missing operator
Thanks
Im trying to update records from one table to another using the pk as the condition. However using sql in Access i cannot get it to work. Any Ideas? Sql simplified is below
Update A Set A.Name = B.Name where A.ID = B.ID
(asks for parameter)
Also tried
Update A Set Name = B.Name from B where A.ID = B.ID
Get syntax error missing operator
Thanks