Hi All,
I have two list A & B with two columns Month & Count.
List B is master list and A is the child list, I need to update list A according to list B
So I need to iterate through each item and compare each item and if the values dont match to values in list B, I need to update list A.
Some pointers will be really helpful.