Hi all
I have an application that allows users to work through a number of stages of a contract. The form will have tabs, which the user will work through one at a time. They can save and continue later.
My question is regarding the table design (SQL Server 2000).
Option 1
Do I have a table which contains fields for each stage, therefore all stages contained in one row?
Option 2
Or do I have a table with common fields, so one row per stage and have a stage field to identify the stage?
To me, option 1 is easier but option 2 is more "E-R" design.
Any help or comments are appreciated.
Many Thanks
ITflash