Storing a column of input data
I will have an application in which there will be four columns where the end
user can fill out 100 rows of dollar amounts or percentages. I need to be
able to save those columns as part of saving a "case" which can be recalled
for editing, etc.
The thought is is to take the 100 rows of the column and store it in a cell
as an array. Can this be done?
|