J
Jennifer Cali
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?
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?