Hi,
I just wanted to make a quick post about your solution. Most people would probably catch this, but being a WP newb, I did not.
There is a typo in your code.
It should be
query_posts($query_string.'&order=ASC');
The extra C messed me up, but I got it working when I realized.
Thanks!