G
Guest
Hello,
I have a table named "Spec_Cond" with two fields; Parcel_ID and Cond_Code.
Then I have another table named "Cond_Code" with the SAME two fields.
The Cond_Code fields from FIRST table are ALL empty. As you might guess,
the Cond_Code fields from the SECOND table are all full, and therefore, I'd
like to populate the Cond_Code fields from the it to the FIRST table.
The Parcel_ID fields from BOTH the tables are all matched with the same
numbers, so they will function as the common key fields.
How do I do this?
Thanks in advance for your replies.
Phil.
I have a table named "Spec_Cond" with two fields; Parcel_ID and Cond_Code.
Then I have another table named "Cond_Code" with the SAME two fields.
The Cond_Code fields from FIRST table are ALL empty. As you might guess,
the Cond_Code fields from the SECOND table are all full, and therefore, I'd
like to populate the Cond_Code fields from the it to the FIRST table.
The Parcel_ID fields from BOTH the tables are all matched with the same
numbers, so they will function as the common key fields.
How do I do this?
Thanks in advance for your replies.
Phil.