wh0wants2know
IS-IT--Management
i have two tables, aci_zip and dbo_postalcodes. they both contain a bunch of zipcodes, but aci_zip has a field called ACIarea and dbo_postalcodes has a field called ACIZones. these two fields are the same. Now, most (but not all) of the zip codes in aci_zip are also in dbo_postalcodes and some of them have the ACIarea in aci_zip. i want dbo_postalcodes to get the ACIZones information from the ACIarea field in aci_zip where the columns city, state, and zip all correspond to the values in both databases. how would i write this update query, or is this even possible?