I need to create an unbound data entry form for user input. The data would appear in grid format. I then need to read or reference the data in the grid line-by-line after the user completes data entry.
The data would look like this:
Seq Qty Width Length
1 5 16 8 3/4
2 1 42 19
3 2 48 29 1/4
4 4 10 1/6 31
5 3 27 49
6 13 18 3/8 9 1/2
Can someone suggest which control to use and a method to read the values in the grid line-by-line?
Thanks.
The data would look like this:
Seq Qty Width Length
1 5 16 8 3/4
2 1 42 19
3 2 48 29 1/4
4 4 10 1/6 31
5 3 27 49
6 13 18 3/8 9 1/2
Can someone suggest which control to use and a method to read the values in the grid line-by-line?
Thanks.