We have a form that has a table. When the form opens, we have 1 out of
the 5 columns, hidden on the table. Let's say the Column 3 is the hidden
column. We have created that so far.Beneath the table, we have a
checkbox that that shows and hides Column 3. This button works perfectly
if we only have one row of data. If there are multiple rows, this button
applies to the first row only.To get additional rows added to the table,
we have an "Add Row" button and a "Remove Row" button, which adds or
rem...