I there a way to create a Multi-Row Updatable Form?
What I am trying to do is be able to create a form like this(with the periods of course) :
Record...Field1.........Field2..........Field3.......Approve...Reject
1........some data....more date....still more......[]...........[]
2........some data....more date....still more......[]...........[]
3........some data....more date....still more......[]...........[]
4........some data....more date....still more......[]...........[]
[submit]
Allowing the user to click the approve or reject check boxes and update the records.
What I am trying to do is be able to create a form like this(with the periods of course) :
Record...Field1.........Field2..........Field3.......Approve...Reject
1........some data....more date....still more......[]...........[]
2........some data....more date....still more......[]...........[]
3........some data....more date....still more......[]...........[]
4........some data....more date....still more......[]...........[]
[submit]
Allowing the user to click the approve or reject check boxes and update the records.