R
Rick Wright
Hi - I have created a form that will collect employee information. On this
form I have a field for City, State and Zipcode that will be stored in the
employee table. I also have a table called zipcodes that contains every
zipcode in the U.S. along with the City and State associated with that
zipcode. What I'm trying to do is when the user enters the zipcode the
record in the employee table will be updated with the correct City, State
and Zipcode that is in the zipcode table. I created an update query
"FindZipcode" with the parameter/criteria "Enter your zipcode". When I run
the query it asks for the zipcode, I enter 95662 and the query tells me that
it is updating 1 record. When the query closes I look in the employee table
and the correct City, State and zipcode are in the proper place. But, when I
try to create an unbound combobox with the wizard it tells me "No valid
fields can be found in 'FindZipcode'. Please select a new source." Any and
all help or suggestions are greatly appreciated.
form I have a field for City, State and Zipcode that will be stored in the
employee table. I also have a table called zipcodes that contains every
zipcode in the U.S. along with the City and State associated with that
zipcode. What I'm trying to do is when the user enters the zipcode the
record in the employee table will be updated with the correct City, State
and Zipcode that is in the zipcode table. I created an update query
"FindZipcode" with the parameter/criteria "Enter your zipcode". When I run
the query it asks for the zipcode, I enter 95662 and the query tells me that
it is updating 1 record. When the query closes I look in the employee table
and the correct City, State and zipcode are in the proper place. But, when I
try to create an unbound combobox with the wizard it tells me "No valid
fields can be found in 'FindZipcode'. Please select a new source." Any and
all help or suggestions are greatly appreciated.