It has been a while since I used this database and I really need to make a change. I have a form that I want to auto fill the state and zip code. I started with the zip using code I found here. My Table is Zip Codes which has State, Zip, and City. Below is what I came up with in the onExit area.
Me!City = DLookup("City", "Zip Codes", "City=[Zip]"
WHat stupid thing am I missing? I know it hasn't clicked in my brain but it has to be simple!
Me!City = DLookup("City", "Zip Codes", "City=[Zip]"
WHat stupid thing am I missing? I know it hasn't clicked in my brain but it has to be simple!