HiI have a BrowseDialog properly configurated and working fine.
My question is if it's possible show a value in one column that comes from another related table.
Example:
I have a Countries table and a States table, each one has a unique ID and a text field, in the states maintenance form I add a BrowseDialog and add two search fields, one is a combo that retieves the names of the countries and another a text box for the name of the states.
Both works fine. What I want is in the list result, I want to show the name of the country because actually has the ID and the name of the city.
Thanks in advance for your valuable help.
Regards