D
Dale Peart
Is it possible to update a field of one record (rec2) based on the value of
the same field in a different record (rec1) where rec1 is the source of rec2
and both are in the same table? Or do I have to create an intermediate
table and then link the 2 tables and do an update query?
Example
Table1
ID Site Date Source
111 Site52 1/1/01
222 111
I want to update the 222 record to include the Site and Date info based on
the 111 record data but can't figure how to do the links.
the same field in a different record (rec1) where rec1 is the source of rec2
and both are in the same table? Or do I have to create an intermediate
table and then link the 2 tables and do an update query?
Example
Table1
ID Site Date Source
111 Site52 1/1/01
222 111
I want to update the 222 record to include the Site and Date info based on
the 111 record data but can't figure how to do the links.