Hello,
I have to pull in the records which has state and zip mismatch. For this i created two tables state and zip.
State with State_ID,State_Code,State_name
Zip with State_ID,Zip
Where State_ID is primary key and Autogenerated.
Could someone give me the logic about how do i validate...this fields to the table "elgadr" with fields "erstat","erzpcd" for state and zip..
Thanks!!
I have to pull in the records which has state and zip mismatch. For this i created two tables state and zip.
State with State_ID,State_Code,State_name
Zip with State_ID,Zip
Where State_ID is primary key and Autogenerated.
Could someone give me the logic about how do i validate...this fields to the table "elgadr" with fields "erstat","erzpcd" for state and zip..
Thanks!!