In Access 2003 I was able to organize the query names in alphanumeric order, where a numeral set the order of display. for example:
01 empty table X
02 append to table X
03 display duplicates in table X
04 link table A to table X
In Access 2007 this is no longer possible because the order ignores the number prefix and sorts by the alpha characters, so this is what I get:
02 append to table X
03 display duplicates in table X
01 empty table X
04 link table A to table X
How can I order my queries as before?