J
Jonathan Scott via AccessMonster.com
I have a report which I am trying to force to display records in a certain
order. However, instead of the order I give in the query statement, it
imposes an order on the primary key of the table. I am not even selecting out
the pk, but it effects the order nonetheless.
Is there a way I can force reports to pay attention to the ORDER I explicitly
state in my SQL statement? Or am I forced to copy it to a temp table just to
get my order?
Jonathan Scott
order. However, instead of the order I give in the query statement, it
imposes an order on the primary key of the table. I am not even selecting out
the pk, but it effects the order nonetheless.
Is there a way I can force reports to pay attention to the ORDER I explicitly
state in my SQL statement? Or am I forced to copy it to a temp table just to
get my order?
Jonathan Scott