ok here is my query
UPDATE Table1 INNER JOIN Table2 ON Table1.NameID = Table2.AdvantageID SET
Table1.Name = Table2.AdvantageName
WHERE (((Table1.Name)="Fruits"));
but when I run it it say 0 records therefore does not update the table2
Why?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.