Hello,
I wish to store status values in a table.
The table will contain only these values.
Would you define it like this:
StatusID <primary key> <auto number>
StatusName <text>
or like that:
StatusName <primary key><text>
Thank you for your help