G
Guest
I have what I think is a simple problem, that seems to be turning into a
complex programming endeavor.
I have a two column table named Zip: zipcode and city
NOTE TO WISENHEIMERS-- yes, I do know that cities have multiple zipcodes,
but not the cities I'm using
Anyway, on my form, I have a drop down combo box with city names (derived
from the Zip tables). I have another field on my form called zipcodes (bound
to the zipcode field in another table, my main data table).
When the user selects the city, I would like Access to find the zipcode in
the Zip table that corresponds to that city , and then insert that zipcode
into the zipcode filed in main data table. I assume once that is done, the
zipcode will also appear in the zipcodes field on my form (as that field is
bound to the underlying table).
Any help would be appreciated. I was able to construct a query that
returned the correct zipcode, but have no idea how place that single piece of
date generated by the query into the correct field and record of the table.
Thanks in advance
Steve
complex programming endeavor.
I have a two column table named Zip: zipcode and city
NOTE TO WISENHEIMERS-- yes, I do know that cities have multiple zipcodes,
but not the cities I'm using
Anyway, on my form, I have a drop down combo box with city names (derived
from the Zip tables). I have another field on my form called zipcodes (bound
to the zipcode field in another table, my main data table).
When the user selects the city, I would like Access to find the zipcode in
the Zip table that corresponds to that city , and then insert that zipcode
into the zipcode filed in main data table. I assume once that is done, the
zipcode will also appear in the zipcodes field on my form (as that field is
bound to the underlying table).
Any help would be appreciated. I was able to construct a query that
returned the correct zipcode, but have no idea how place that single piece of
date generated by the query into the correct field and record of the table.
Thanks in advance
Steve