Hello,
In forms, I currently have a table with two columns in which I am using in two different forms. In the first form, column 1 is to be filled out and the second column is read only (blank). In the second form, column 1 is read only (with filled values from form 1) and the second column is to be filled.
The problem is that the table is able to have 1 or 2 (exclusive) rows. The number of rows needs to be specified by the first user in the first form. This means that if the user filling out form 1 decides to add a second row, the second row needs to be there for the second user on the second form, but the second user should not be able to delete any of the rows.
Currently, I can only make it so that there's exactly one row, or the second user is able to delete a row if they desire. This isn't good enough for what I'm trying to accomplish.
Any suggestions? I'm using version 9. Thanks!