Hi,
I have a very complicated programming problem here..can't solve it...
I'll explain how it goes...
i have a table table1 with field names
id one two three four five
and it lays out like this
id one two three four five
1 23 34 32 54 56
2 34 76 46 85 96
and another table table2 with a field called id and one called list
that list has values
one
two
three
four
five
now for id 2 if i have list item "two" selected
then i have to search table1 for id 2 and the value in field two of id 2 of table1
is that possible??
ANY HELP GREATLY APPRECIATED !!!