How can I set a SQL Server field to be a dropdown? For example, how can I set a field called DayOfWeek to become a dropdown and only give the options Monday, Tuesday, Wednesday, Thursday, Friday
Also, if this will require me to drop the table, and re-create, is there a way for me to set my ID field to start counting again at 1 instead of picking up at the next highest number from the previous table?