Ok, so my scenario is that I have 3 entities.
1.Territory
2.Account
3.Zip_list(consists of zipcode, and territoryNum) each zip code is assigned to a territoryNum
What I have so far is when a record is updated/created I have a JScript function to automatically populate the Territory field on the Account form. So my question relates to the tons of old records that are not assigned to a territory. How can I use a work for to either 1. use that JScript I've coded; or 2. Go into a the zip_list and find the related TerritoryNum and then assign that to the field?
Any replies would be really appreciated.
Thanks