I have a form where users input information about their dependents. When the form open all of their dependents are displayed. The form is set to ADDITIONS = NO. If a user wishes to add a new dependent, they click a button which sets ADDITIONS = Yes. This automatically inserts a new row for them to begin inputting data. However, as soon as they begin typing another row appears below the one where they are inputting data. I do not want this to happen. I have tried resetting the ADDITIONS = No for the form on variuos events (BeforeInsert, afterinsert, etc.).
Does anyone have any ideas?
Thanks,
Sean