sorting by day of the week??

G

Guest

I have a table with a field called "day" which is just "monday" "tuesday"
etc. for a list of weekly appointments I keep. I used a text field only
because there is no option to just put the day of the week as a date field
datatype. Now I can't sort it by day of the week; if I sort alphabetically,
it gives me the days in alphabetical order.

How can I sort by date (monday first, etc.)??

Thanks.
Barbara
 
M

Mike Painter

dwae2000 said:
I have a table with a field called "day" which is just "monday"
"tuesday" etc. for a list of weekly appointments I keep. I used a
text field only because there is no option to just put the day of the
week as a date field datatype. Now I can't sort it by day of the
week; if I sort alphabetically, it gives me the days in alphabetical
order.

How can I sort by date (monday first, etc.)??

Thanks.
Barbara

Use a date field formatted to show the day of the week and a calculated
field to show the day number, sort on the number.

You could also use a table with fields for the day number and name. This
would allow a combobox to fill in the date and number.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Access 2007 sort by day of week 3
sorting by day of the week 3
Day of Week 3
Date for 1st day of the week 1
Sort Week day 2
Day of the week 3
Get date for start of week 3
format day of week NOT from a date 10

Top