A very simple question
I have 2 tables, a
tblClient:
ClientID(autoNumber)
ClientName
ClientCity
ClientState
ClientZip
and
tblAddress:
Zip
City
State
so now I made a form and I am trying to understand if it is possible without writing VB to be able to do the following:
1- input the client name, and
2- inputting the zip code and then the city and state boxes get updated automatically. (I was able to do this part on it's own, using the search for record wizard of a combobox).
But I want all the values that are produced in point2 to be added to the tblClient eventhough they come from tblAddress.
How can I achieve this?
Layth
I have 2 tables, a
tblClient:
ClientID(autoNumber)
ClientName
ClientCity
ClientState
ClientZip
and
tblAddress:
Zip
City
State
so now I made a form and I am trying to understand if it is possible without writing VB to be able to do the following:
1- input the client name, and
2- inputting the zip code and then the city and state boxes get updated automatically. (I was able to do this part on it's own, using the search for record wizard of a combobox).
But I want all the values that are produced in point2 to be added to the tblClient eventhough they come from tblAddress.
How can I achieve this?
Layth