I am having a problem assigning data to fields in a table.I have a table
with three columns, one row, and I have a button to delete a row and a
button to add a new row. My problem is that when I add information to
three other fields on my form and click the add button it won't assign
that data to the fields in the table. Here is a one of the lines of code
that I am having a problem with. --------- Begin Code -----------var
rowIndex = subGroupData.tblComments.rowGroupData.instanceManager.count -
...