This is a migrated thread and some comments may be shown as answers.

Match Data in Combobox ...

1 Answer 54 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
ITA
Top achievements
Rank 1
ITA asked on 05 Apr 2012, 09:59 AM
Hi,

i have two tables (Country and Customer). In the Table Country are three columns (id, Name, Text):

country_tab:
id   Name   Text
1   USA   U
2   Austria   A
3   Germany   D

customer_tab:
id    country  ....
1     1
2     1
3     3
...

I create a MV Customer which contains the country as integer. Now i want to display the selected customer. The Country should be shown in a Combobox. It is no Problem to display 1 from the customer_tab. But i want to display the Name from the country tab. How can i solve this?

Thanks a lot
Regrads
ww

1 Answer, 1 is accepted

Sort by
0
ITA
Top achievements
Rank 1
answered on 15 Apr 2012, 02:19 PM
Hi,

no ideas how to solve this?

thanks a lot
regards
rene
Tags
ComboBox
Asked by
ITA
Top achievements
Rank 1
Answers by
ITA
Top achievements
Rank 1
Share this question
or