B
Brian
I have a form field that I would like to serve as the criteria for a text box
on the same form. Basically, I store addresses with just the zip code and
have a seperate table with city, state and zips.
I understand both the pros and cons of this arrangement but it works for me.
I would like to display only the city name based on the zip code listed or
entered in the form field.
I have a query that will display a concantonated city and state for each zip
code and have the criteria set as:
[Forms]![tbladdr]![cityStateZip_idZip]
If I put a text box with =[qryCityStateZip]![ExprCityState] I get a #Name
error
What isthe proper way to accomplish this
on the same form. Basically, I store addresses with just the zip code and
have a seperate table with city, state and zips.
I understand both the pros and cons of this arrangement but it works for me.
I would like to display only the city name based on the zip code listed or
entered in the form field.
I have a query that will display a concantonated city and state for each zip
code and have the criteria set as:
[Forms]![tbladdr]![cityStateZip_idZip]
If I put a text box with =[qryCityStateZip]![ExprCityState] I get a #Name
error
What isthe proper way to accomplish this