Forum Discussion
You could create a relationship between the two tables - your second table is the 'parent' with zero, one or many records in the first table. When you do this, county is likely to be defaulted 'proxy' field for the relationship, but if not you can change the default. You would use this field to select the county in records in the first table, meaning the county field already set up in that table is not needed. Adding the area code prefix as a lookup field to the relationship should give you what you need; again, the field you have already set up would not be needed.
You do have an alternative option, which is to create a formula query field to lookup the area code prefix in the second table by matching on county, but I would go down the first route.
------------------------------
Jeremy Anson
------------------------------
Thanks for the feedback, I will try it
------------------------------
Anthony Pluchino
------------------------------