Try this:
http://www.mvps.org/access/forms/frm0009.htm
Not an expert, but incidentally I just read the article before I read
you post. Hope it helps.
-Sam
Jennifer Cali wrote:
> I have an address database that lists all our suppliers (tblSuppliers). I'm
> tired of entering all the cities AND zipcodes, so I created a second table
> (tblZipCode) that lists all the zip codes and what city it is associated
> with. I then joined these tables together.
>
> I have a form on which all the suppliers are tracked (frmSuppliers) that is
> tied to tblSuppliers. I want to enter the zipcode in the chrZipCode field and
> have the city automatically populate based on the zipcode entered. Is this
> possible? If so, how?
>
> --
> Thank you! - Jennifer