data sorting problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all,
i have access version 2002 (10.2616.2625). I have created a table having
sunday, monday, tuesday etc. The day field is the primary key. But, Ms-access
is automatically sorting the field and taking Friday first. But, i want
sunday first.

Plz help.

Thank you.
Anz
 
By default, Access sorts a table by the primary key.

If you want it sorted differently, add another field to decide the sort
order, e.g.:
DayID DayName
==== =======
1 Sunday
2 Monday
3 ...
 

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

Problem:Records are getting automatically sorted. 3
data auto sorting problem 3
Expressions in a table 1
WEEKDAY 7
How to normalize this table 6
Count 1
If Command 1
Drop Down Menu Sorting 2

Back
Top