Update Subform record into another form

Update Subform record into another form

Hello All,
I am trying to update the subform record into another form

Following is the code i have used:
for each  rec in Accessories_Inward
{
fetRecFrom = Stock[Record_ID == Record_ID];
fetRecFrom.Item_No=rec.Item_No;
fetRecFrom.Quantity=rec.Quantity;
}

whereas,
Record_ID = Unique Identification code to recognize the rec i want to update
Accessories_Inward = Subform of the Main form (not linked with any other form)
Stock = Form where record is to be updated.

Now the Problem is
When there are multiple records inside subform it only updates the 1st rec.
for eg:      Item_No            Quantity
                  Carton                  1500
                  Putty                     2000
Above data is single entry using subform...
When i try to update "Carton" it is getting updated perfectly the way i want but when i try to update "Putty" it doesn't work.

Please refer the Screenshots.
Thank You for Help.

    Access your files securely from anywhere

        Zoho Developer Community




                                  Zoho Desk Resources

                                  • Desk Community Learning Series


                                  • Digest


                                  • Functions


                                  • Meetups


                                  • Kbase


                                  • Resources


                                  • Glossary


                                  • Desk Marketplace


                                  • MVP Corner


                                  • Word of the Day



                                      Zoho Marketing Automation


                                              Manage your brands on social media



                                                    Zoho TeamInbox Resources

                                                      Zoho DataPrep Resources



                                                        Zoho CRM Plus Resources

                                                          Zoho Books Resources


                                                            Zoho Subscriptions Resources

                                                              Zoho Projects Resources


                                                                Zoho Sprints Resources


                                                                  Qntrl Resources


                                                                    Zoho Creator Resources



                                                                        Zoho Campaigns Resources


                                                                          Zoho CRM Resources

                                                                          • CRM Community Learning Series

                                                                            CRM Community Learning Series


                                                                          • Kaizen

                                                                            Kaizen

                                                                          • Functions

                                                                            Functions

                                                                          • Meetups

                                                                            Meetups

                                                                          • Kbase

                                                                            Kbase

                                                                          • Resources

                                                                            Resources

                                                                          • Digest

                                                                            Digest

                                                                          • CRM Marketplace

                                                                            CRM Marketplace

                                                                          • MVP Corner

                                                                            MVP Corner





                                                                              Design. Discuss. Deliver.

                                                                              Create visually engaging stories with Zoho Show.

                                                                              Get Started Now