Ideas needed: How to page through list of records in form

Ideas needed: How to page through list of records in form

I'd like page through a filtered list of records in a form format.  Here's the workflow:

- the first record opens in the form
- a few fields from the source record are pulled into the form and displayed
- user updates one or several fields
- user clicks on a "NEXT" button, which saves the updates back to the source record
- in the same action (from next button), the form is refreshed with the next source record data displayed
- the cycle repeats itself


I see this accomplished using stateless forms or pages.    Thoughts on how to setup?