B
Bryan Bloom
I have a form called "New Order Input Form". On that form, the user selects
the zipcode from a combobox field called "Delivery Zip Code". This field has
a row source of a query called "qryZipCodes".
On the same form I have a field called "Delivery City". I want Delivery
City to fill in automatically based on what the user chooses in "Delivery Zip
Code".
The table called "Zip Codes" has the list of the zip codes a user can select
in the form and the matching cities.
How do I get the "Delivery City" to fill in automatically?
Thanks for your help.
the zipcode from a combobox field called "Delivery Zip Code". This field has
a row source of a query called "qryZipCodes".
On the same form I have a field called "Delivery City". I want Delivery
City to fill in automatically based on what the user chooses in "Delivery Zip
Code".
The table called "Zip Codes" has the list of the zip codes a user can select
in the form and the matching cities.
How do I get the "Delivery City" to fill in automatically?
Thanks for your help.