Quidproquo
MIS
I have a table with lots of data and the common data between this table and my new one is MAILID. Records in both tables have the same MAILID. Now, the first table doesn't have any address info, just the empty fields for such data. The new table has all the address data. I just want to merge the address data for each record in table 2 with the corresponding record in table 1 that has the same mail ID. I have tried update querys and they error out saying I must first complete an "inner join"?
Anyway.... I just need a quick way to merge the addresses for table 2 into the blank address fields for table 1.
Example:
Table 1 Table 2
MailID<-----same---->MailID (example DARCAR)
Address (blank)<---- Address (has data in it)
City (blank)<------- City (has data in it)
Can someone help me?
Anyway.... I just need a quick way to merge the addresses for table 2 into the blank address fields for table 1.
Example:
Table 1 Table 2
MailID<-----same---->MailID (example DARCAR)
Address (blank)<---- Address (has data in it)
City (blank)<------- City (has data in it)
Can someone help me?