I have two tables
citytable: city_id, city_name
routetable: route_id, fromcity_id, tocity_id
I would like to show two fields
fromcity_id is first field which is a combo where all city_name values will be displayed.
for that I wrote fallowing code.
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 22 October 2013 - 12:35 PM
I have two tables
citytable: city_id, city_name
routetable: route_id, fromcity_id, tocity_id
I would like to show two fields
fromcity_id is first field which is a combo where all city_name values will be displayed.
for that I wrote fallowing code.