Hi -
You don't need a new query, but you do need to re-create the recordset using
SQL:
set rsdata = db.openrecordset("Select * from MyQuery order by Q2Score")
should work fine, if you want all the fields from the query.
John
>Hi All,
>
[quoted text clipped - 9 lines]
>
>John Dumay
John Dumay - 25 Jan 2008 19:28 GMT
Hi John,
Thanks for the input. Works a treat.
Regards,
John Dumay
> Hi -
>
[quoted text clipped - 20 lines]
> >
> >John Dumay