Hi,
I have one requirement , i have two list 1. employee 2. Address lists
Employee & address list relastion ship is EmpId( look up filed)
I want disply addres who was having multiple address.
EX: Employee List Address List
Emp ID Ename Gender EmpId Street pin code phone state
1 xxx male 1 Gk 56213 xxxxx Ind
2 yyy female 1 Tk 56895 xxxx USA
3 ddd male 2 HK 54555 xxxx UK
When edit the empId 1 in employee list ,i want edit the ename, Gender along with address( multiple address )
Ex:
EmpId Ename Gender street pincode phone state
1 xxx male Gk ,TK 56213 ,56895 xxxx,xxxx Ind,USA
this one only in Edit form, using java script or Jquery.
how to implement this requirement please give me suggesion if any one