We have a table, Region, that has the following fields
Region Sector DistrictOffice
EA------11------ value needs to be filled)
EA------22------EA------33------AL------11------AL------22------
They have asked us to create a new field, District Office, where all EA 11, EA 22 and EA 33 will fall under one category say and AL 11 and AL 22 will fall under and so on. I created a new table with this new field and also added this field in the Region table and linked it with one-to-many relationship.
My question is.. there are already thousands of records in Region table and I need to add data in this new field based on the above criteria. What would be the best way to do it and the syntax?
Any help is really appreciated.
Thanks
Region Sector DistrictOffice
EA------11------ value needs to be filled)
EA------22------EA------33------AL------11------AL------22------
They have asked us to create a new field, District Office, where all EA 11, EA 22 and EA 33 will fall under one category say and AL 11 and AL 22 will fall under and so on. I created a new table with this new field and also added this field in the Region table and linked it with one-to-many relationship.
My question is.. there are already thousands of records in Region table and I need to add data in this new field based on the above criteria. What would be the best way to do it and the syntax?
Any help is really appreciated.
Thanks