I have two SharePoint lists in following structure.
List1:
1. Name
2. Description
3. Comments
List2:
1. Name
2. Date
3. Hours
I have a listItem Edit Form which has fields from both the lists. While clicking save, I want to save few fields like Name, Description and Comments in list1 and few fields like Name, Date and Hours in list2. Is this possible?
List1:
1. Name
2. Description
3. Comments
List2:
1. Name
2. Date
3. Hours
I have a listItem Edit Form which has fields from both the lists. While clicking save, I want to save few fields like Name, Description and Comments in list1 and few fields like Name, Date and Hours in list2. Is this possible?