How do I store data on a form temporarily before inserting into the bank? I have a form with a set of fields. After the user populates the field set, you have the option to add one more set with the same fields to insert new values. I would like to do the insertion in the bank only when the user completes the fill. Each set of fields must be a record in the table. How can I do this?