Migrating info from Form A to Form B
Hi guys,
I have a question regarding migrating information from a form to another form. I have same fields on both forms, and here is my code when customers fill out the form A, and I migrate them to form B.
insert into User_Sign_up_Form
[
Added_User=zoho.loginuser
Yellow_Fever=input.Yellow_Fever
]
But somehow when I update the report for my form B, It created a new customer in the list as shown below. I am supposed to update the second row.
I appreciate any help!
- Sally