I am doing a school application where "Spring" semester is 1, "Summer" semester is 2, and "Fall" semester is 3. I would like the order to display as:
Spring
Summer
Fall
I have created a Semester table with these entries with SemesterOrder as 1 through 3. I'd like to have the number enter in the table, but display the corresonding name (as you might do with day of week order vs. name of day). Any suggestions on how to do this?
Spring
Summer
Fall
I have created a Semester table with these entries with SemesterOrder as 1 through 3. I'd like to have the number enter in the table, but display the corresonding name (as you might do with day of week order vs. name of day). Any suggestions on how to do this?