I need to create a form that lets users enter values in a grid that is thirteen columns wide by seven rows high, with one set of column headers at the top. I used the list entry to create the columns, and I can set it to allow for seven rows, but I need these rows to be visible at all times instead of requiring people to click a plus symbol to get them to show up.
Why is there no option to create a minimum number of rows so I can set the minimum and maximum to the same value to create a grid? Is there anything I can do to get the seven rows in there so the bottom six don't have headers but still line up perfectly with the top row?
Any help is appreciated.