quwesi
Programmer
- May 2, 2008
- 5
I have a table with 2 columns, cityName and cityID.
I have a form with a dropdown list that takes its values from the cityName column of the table.
I have a hidden field on the form and I want its value to be the cityID based on the selected cityName in the dropdown list.
These 2 values will then be inserted into another table.
I need your help to do this.