Hi,
Firstly, thank you all for the help you've offered me so far. That said:
I'd like to essentially run an UPDATE on every record in the table, altering each with different data.
For instance, I have one table (Table1) with Field1, Field2, and Field3.
On the table I'm updating (Table2), I'd like to change Table2.Field3 to Table1.Field3 where Table2.Field1 = Table1.Field1 And Table2.Field2 = Table1.Field2.
I can do this very easily with VBA, but is there a way to do it thourgh a query?
Thank you.
Firstly, thank you all for the help you've offered me so far. That said:
I'd like to essentially run an UPDATE on every record in the table, altering each with different data.
For instance, I have one table (Table1) with Field1, Field2, and Field3.
On the table I'm updating (Table2), I'd like to change Table2.Field3 to Table1.Field3 where Table2.Field1 = Table1.Field1 And Table2.Field2 = Table1.Field2.
I can do this very easily with VBA, but is there a way to do it thourgh a query?
Thank you.
Last edited: