
Originally Posted by
ArviLaanemets
When you want only to display the county in form/report - create an unbound text box and use a formula to display a county (DLookup formula, or Bob's method)
When you want the county stored in same table (p.e. when you need to filter by county) - create a text box linked to county (code), disable editing for this text box, and set it's value in AfterUpdate event of control, you used to enter the ZIP code. In case you want to store county code, but to display it's name, use combo box instead of text box (but anyway disable editing).