dt1
dt2Code:ID Animal 1 Monkey 2 Cat 3 Dog 4 Fish
dtMainCode:ID Activity 1 Walk 2 Swim 3 Climb
I want to display....Code:ID Animal Activity Comment 1 1 3 Blah blah 2 4 2 foobar
Hi there,Code:ID Animal Activity Comment 1 Monkey Climb Blah blah 2 Fish Swim foobar
I have a problem here, not sure how to tackle this one. I have a datatable (dtMain) which has columns which I want to replace the values in a datatable with the descriptor of the lookup tables.
Anyone have any ideas at all? Is it even possible?
Many many thanks in advance!



Reply With Quote


