I'm designing a typical database application. Now I wounder how I should present previous versions of records.
I have two views for records now:
Create/Update view

Read view

But how should I show previous versions of the records?
I have two ideas, either as a table, with a version per row, or I could do a view similar to the "Read view" but have two side by side and present current version with the previous and also let the user browser older "pages".
Any suggestions or recommendations?
