I have a table in a form that includes First Name, Last Name, Address,
etc. Under this table I have a button to add an instance of this form
under it, when I am working with the form the addInstance() code adds it
under and everything looks fine however, when I save the form, close it
and open it back up all of the First Name fields are grouped together,
all of the Last Name fields are grouped together, etc. and the only way
to get the formation back is to use the delete button I've created whic...