gioindo
18 Apr 2007, 2:34 PM
For example:
I have a lookup table with this data:
table: color_lookup
id:1 color_name:red
id:2 color_name:yellow
id:3 color_name:green
The table I am showing in the gird, contains this data:
table: fruits
id:1 fruit:apple color:1
id:2 fruit:pepper color:3
id:3 fruit:banana color:2
How do I cause the fruits grid to display the corresponding color_name instead of the number?
I have a lookup table with this data:
table: color_lookup
id:1 color_name:red
id:2 color_name:yellow
id:3 color_name:green
The table I am showing in the gird, contains this data:
table: fruits
id:1 fruit:apple color:1
id:2 fruit:pepper color:3
id:3 fruit:banana color:2
How do I cause the fruits grid to display the corresponding color_name instead of the number?