hey ppls
i have posted a similar thing in DB section, but this concerns more sql so here is my problem
SELECT [First Name], [Last Name], Day, [Start Time], [End Time]
FROM times
ORDER BY Day
i run the above and i was originally (and foolishly to be honest) hoping i was going to get a list sorted mon, tue, ... sun, but no, i got the real asc ordering. I am running this query as a part of my VB program, and i would like to know if there is a way to go around this and get it sorted mon...sun. my day field, to make things worse, i have stored as a text in the DB.
Any help is greatly appreciated ppls,
thanks
vlada
i have posted a similar thing in DB section, but this concerns more sql so here is my problem
SELECT [First Name], [Last Name], Day, [Start Time], [End Time]
FROM times
ORDER BY Day
i run the above and i was originally (and foolishly to be honest) hoping i was going to get a list sorted mon, tue, ... sun, but no, i got the real asc ordering. I am running this query as a part of my VB program, and i would like to know if there is a way to go around this and get it sorted mon...sun. my day field, to make things worse, i have stored as a text in the DB.
Any help is greatly appreciated ppls,
thanks
vlada