
In the pic you can see I have placed a text label above the dropdown. When user selects the city from dropdown my text label would show "City_selected, State_selected". The above formula is placed in default property of the text_label. Now the code is working perfectly in NEW entry.
But when I EDIT the form then even when I change the city from dropdown the label wouldn't change as it the displaymode is Edit.
So, my question is how I can display the past selection in the label and also be able to change it according to the user need.