This code is adding a line to the second table every time the enter transaction button is clicked.It is in your CommandButton1_Click subroutine.![]()
Set table_object_row1 = table_list_object1.ListRows.Add
BTW - if you don't know how to trace through your code, line by line and by using break points, you should learn. It helps in this type of issue.
Bookmarks