T
Tony Williams
I have a simple update query here is the sql
UPDATE Semita INNER JOIN Test2 ON Semita.txtVRM = Test2.Field1 SET
Semita.txtStatus = [test2].[Field7];
But when I run it nothing happens. Anyone figure out what I'm doing wrong, I
thought this was relativly simple?
UPDATE Semita INNER JOIN Test2 ON Semita.txtVRM = Test2.Field1 SET
Semita.txtStatus = [test2].[Field7];
But when I run it nothing happens. Anyone figure out what I'm doing wrong, I
thought this was relativly simple?