So I have a basic 3 field table with one of the fields being Day of Week. The Day of Week field is a static populated drop down with "Sunday, Monday, Tuesday".... etc, My users can create multiple entries within this table using the same Day of Week. I'm trying to figure out how I can forcibly sort the Day Of Week column to always display the Days of Week in sequence; Sunday, Monday, Tuesday etc. But I need each instance of the DOW, to be sequential. Example being the following 5 rows...
Sunday 'tttt'
Monday 'xxxx;
Monday 'yyyy'
Tuesday 'uuuu'
Wednesday 'rrrr'
When my use enters a new row with DOW of Sunday, I need that new row to be listed directly below the existing Sunday row and not alphabetized which would place it right before Tuesday.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
HeyItsDoug
So I have a basic 3 field table with one of the fields being Day of Week. The Day of Week field is a static populated drop down with "Sunday, Monday, Tuesday".... etc, My users can create multiple entries within this table using the same Day of Week. I'm trying to figure out how I can forcibly sort the Day Of Week column to always display the Days of Week in sequence; Sunday, Monday, Tuesday etc. But I need each instance of the DOW, to be sequential. Example being the following 5 rows...
Sunday 'tttt'
Monday 'xxxx;
Monday 'yyyy'
Tuesday 'uuuu'
Wednesday 'rrrr'
When my use enters a new row with DOW of Sunday, I need that new row to be listed directly below the existing Sunday row and not alphabetized which would place it right before Tuesday.
Any ideas? I hope this made sense.
Thanks
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.