Hello All,
I’m having a problem getting the correct value from a form. I have a table name CITY.
Table: CITY
Field(s): [City_ID] [City Name]
1 Boca Raton
2 West Palm Beach
3 Sunrise
4 Palm Bay
My form uses the city table as a drop down look-up field. In the form it show’s up correctly by showing the City Name only.
The problem is that I have a command button that looks up the city in the form as part of an address lookup for Mapquest, but the value it retrieves is the numeric City_ID and not the City Name. How can I fix it to see the correct column?
I’m having a problem getting the correct value from a form. I have a table name CITY.
Table: CITY
Field(s): [City_ID] [City Name]
1 Boca Raton
2 West Palm Beach
3 Sunrise
4 Palm Bay
My form uses the city table as a drop down look-up field. In the form it show’s up correctly by showing the City Name only.
The problem is that I have a command button that looks up the city in the form as part of an address lookup for Mapquest, but the value it retrieves is the numeric City_ID and not the City Name. How can I fix it to see the correct column?