Hi,
1. I have created two views set1 and set2.
set1 fields ---- f1
set2 fields ----- f1,f2,f3
2. set2 have a foreign key linked to set1 at the table level not in view leve.
i.e, f1 in set2 is a foreign key with the table set1.
3. now i have created view cluster to maintain both views.
i have made the hierarchy set1 as top and set2 below.
4. problem is
if i select f1 value in set1 and move to set2 maintenance, all f1,f2,f3 fields are displayed.
I want the selected f1 value from set1 to be automatically populated in the set2 maintenance, so that there is no need to enter the f1 value in set2 again.
HOW TO DO IT ?
Thanks & Regards,
Kranthi.