Hi Folks
OK, I found a nice little piece of code that would appear to do what I want. Trouble is I don't know what bit of the code relates to a form control, column etc
The code is
Sub Zip_OnExit(Cancel As Integer)
Dim varState, varCity As Variant
varState = DLookup("State", "tblZipCode"...