I have 2 tables
Table 1 = Field1, Field2, Field3, Field4
Table 2 = Field1, Field2, Field3, Field5
What I want to do is to update Table 1 with the values in fields 2 and 3 of Table 2 where Table Field 1 = Table Field 1.
Is there a way to do this in a single statement?
Many thanks
Sam
Start Free Trial