G
Guest
I have a table (table1) that has a field that is filled in. It is "zipcode".
There is another field called "city". This is the table we use to fill in new
records.
In another table (table2) I have the fields "zipcode" and "city" as well.
Both of these fields are already filled in. Thus for each zipcode, the
corresponding city exists in this table.
What I want to do is have the field "city" in table1 fill in automatically
when I input the "zipcode". Table1 somehow has to lookup the information in
table2 and then put the city into the "city" field by matching the zipcode.
What is best way to do this?
Thanks for your help.
Bryan
There is another field called "city". This is the table we use to fill in new
records.
In another table (table2) I have the fields "zipcode" and "city" as well.
Both of these fields are already filled in. Thus for each zipcode, the
corresponding city exists in this table.
What I want to do is have the field "city" in table1 fill in automatically
when I input the "zipcode". Table1 somehow has to lookup the information in
table2 and then put the city into the "city" field by matching the zipcode.
What is best way to do this?
Thanks for your help.
Bryan