M
mary
I have a table in a form that a user will fill out on their PC. In the first
row of one of the columns, the user will enter a "sample number". If the
user enters a number as the value, I'd like the rest of the cells in that
column to fill in with an incremented value (30 rows in all). For example,
if the user enters "1", the next cell in that column should say "2", then
"3", etc. The same would happen if the user typed in "444". The next cell
in that column should default to "445", then "446". I want the values
defaulted throughout the 30 rows of data in that column, but I want the user
to be able to change any necessay cell's value. Also, the value for the
"sample number" column may not always be a number, in which case I don't want
the 30 cells in that column defaulted to anything. Lastly, there are other
columns in that first row in which I'd like to copy the initial value the
user enters into the rest of the cells of that particular column, again with
the user being able to change any value. One of the columns contains
checkbox fields. Can anyone help me with these issues! Thank you!
row of one of the columns, the user will enter a "sample number". If the
user enters a number as the value, I'd like the rest of the cells in that
column to fill in with an incremented value (30 rows in all). For example,
if the user enters "1", the next cell in that column should say "2", then
"3", etc. The same would happen if the user typed in "444". The next cell
in that column should default to "445", then "446". I want the values
defaulted throughout the 30 rows of data in that column, but I want the user
to be able to change any necessay cell's value. Also, the value for the
"sample number" column may not always be a number, in which case I don't want
the 30 cells in that column defaulted to anything. Lastly, there are other
columns in that first row in which I'd like to copy the initial value the
user enters into the rest of the cells of that particular column, again with
the user being able to change any value. One of the columns contains
checkbox fields. Can anyone help me with these issues! Thank you!