In table1 I have a field "Teacher" and I want the data from row 4 to be inserted into table2 "outteacher" where the "yeargoup"= 6P
I have tried this sql code:
UPDATE Table1 SET Table1.Outteacher = Table2.teacher.[tbl2ID] = "4"
WHERE (((Table1.Yeargroup)="6P"));
Thereis an error but I can't find it - any suggestions?
I have tried this sql code:
UPDATE Table1 SET Table1.Outteacher = Table2.teacher.[tbl2ID] = "4"
WHERE (((Table1.Yeargroup)="6P"));
Thereis an error but I can't find it - any suggestions?