Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
It is possible to link fieldname and Values
Ex : Tab1 (In this FieldList is the fieldname and CusName and ProName is the Values)
FieldList
CusName
ProName
Tab2:
CusName ProName
1 aaaa
2 bbb
now I want to link Tab1 Values to Tab2 fieldName
-Sathish
As a very basic answer, you'll probably need to either generic load the first table or crosstable load the second table. But I can't tell from your two tables or your post what you want to end up with.