Y
yoramo
Hello
It is difficult to explain my problem so please be patient with me.
I have 2 tables one is my main table and another is a dictionary table.
My dictionary table has 2 fields {ID, Name} (ID is PK)
My main table looks like that { MainID, MainName, DictID1, DictID2}
DictID1 & DictID2 - are integers pointing to the dictionary table.
my problem is that I need to display my main table in a DataGrid but the
DictID1&2 fields need to be the Name from dictionary table that corresponds
to the ID filed.
Can any one advice?
Thanks in advance
Yoramo
It is difficult to explain my problem so please be patient with me.
I have 2 tables one is my main table and another is a dictionary table.
My dictionary table has 2 fields {ID, Name} (ID is PK)
My main table looks like that { MainID, MainName, DictID1, DictID2}
DictID1 & DictID2 - are integers pointing to the dictionary table.
my problem is that I need to display my main table in a DataGrid but the
DictID1&2 fields need to be the Name from dictionary table that corresponds
to the ID filed.
Can any one advice?
Thanks in advance
Yoramo