C
charles.kendricks
This seems like a simple matter but I am still having trouble. I have
a form that is used to input customer personal data (frmCustInput). I
also have a table which I acquired which lists city, state, county,
area code, etc. for every zip code in the U.S (tblDistinctZipCodes).
Zipcode is the primary key in this table. I want to be able to enter
the zip code for a new customer in the form and have his city, state,
and area code automatically populate their respective fields in the
form. The data from the form is then saved to the customer table
(tblCustomer).
a form that is used to input customer personal data (frmCustInput). I
also have a table which I acquired which lists city, state, county,
area code, etc. for every zip code in the U.S (tblDistinctZipCodes).
Zipcode is the primary key in this table. I want to be able to enter
the zip code for a new customer in the form and have his city, state,
and area code automatically populate their respective fields in the
form. The data from the form is then saved to the customer table
(tblCustomer).