R
Rachel Garrett
Greetings,
I have a category in my database with four possible values. Call them
North, South, East, and West. When I run queries and reports, I always
want them to come back as North, South, East, and West -- not
alphabetically as East, North, South, and West.
What is the preferred way to to do this? I could add a column to my
Category table:
Name Order
----------------------
North 1
South 2
East 3
West 4
Then, in all queries that include Category, I could pull back the
Order column as well, and sort by Order ascending.
What I was hoping is that there was some way, in the design view of
the query, to specify the sort order there. E.g., "Sort by [Category]
["North","South","East","West"] or similar.
Any ideas?
Thanks,
Rachel
I have a category in my database with four possible values. Call them
North, South, East, and West. When I run queries and reports, I always
want them to come back as North, South, East, and West -- not
alphabetically as East, North, South, and West.
What is the preferred way to to do this? I could add a column to my
Category table:
Name Order
----------------------
North 1
South 2
East 3
West 4
Then, in all queries that include Category, I could pull back the
Order column as well, and sort by Order ascending.
What I was hoping is that there was some way, in the design view of
the query, to specify the sort order there. E.g., "Sort by [Category]
["North","South","East","West"] or similar.
Any ideas?
Thanks,
Rachel