Good mornig to all,
I've this problem:
a dropdown list filled with DB table's value (i.e. world's countries)
a line in another table with a data containing a world's country previously choosen with the dropdown list (called selected_country)
I would like to have a form that has the dropdown list above positioned in selected_country
ex. I have choosen in a previous form AUSTRIA from dropdown list (filled with countries name and stored in a table called world_country)
I stored AUSTRIA in selected_country field of a table called personal_data.
When another form shows data of personal_data I would like to position dropdown list to AUSTRIA.
hoping that's clear....
Thanks for your kind help
I've this problem:
a dropdown list filled with DB table's value (i.e. world's countries)
a line in another table with a data containing a world's country previously choosen with the dropdown list (called selected_country)
I would like to have a form that has the dropdown list above positioned in selected_country
ex. I have choosen in a previous form AUSTRIA from dropdown list (filled with countries name and stored in a table called world_country)
I stored AUSTRIA in selected_country field of a table called personal_data.
When another form shows data of personal_data I would like to position dropdown list to AUSTRIA.
hoping that's clear....
Thanks for your kind help