I have an input form which contains Name, Address, City, State, Zipcode. Is it possible when the user types in a Zipcode to automatically populate the City and State? Where can I get a list of ZipCodes? My thinking is that I will have a list of zipcodes in one column and associate the City and State in the corresponding column. Then use vLookup to find the Zipcode. Does anyone know where I can obtains a zipcode list?