Sorting in select query. manually

B

Boon

Hello,

I have a select query and I would like to sort on the field month. but I
want to be able to specify the order myself (not descending nor ascending).
how can I do this?

thank you!
 
J

Jerry Whittle

You create a table with the data you which you would see in the Month field
and the sort order that you want. You then join these two tables in the query
and sort on it.

Something like this:

Month MonthSort
Jan 12
Feb 11
Mar 3

and so on.
 

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

Top