Hi
We have a form that is based on a SQL database. The form contains several repeating tables. The repeating tables populate one-to-many tables in the SQL database.
We send data to the database twice: Once when the record is created; and once, a couple of weeks after, when the repeating tables are populated.
I have discovered that when the record is originally created in SQL an ID is assigned first entry in the repeating tables.
When we try to submit the data for a second time, the data cannot be sent if there is more than one entry in the repeating tables (because no ID exists for the second and third rows).
Thanks
Darryl
Is there any way around this? Is it possible to add blank rows to the repeating tables when a new form is created?