Need help with ADO recordset sorting issue 
Author Message
 Need help with ADO recordset sorting issue

Can anyone help me with a sorting issue with an ADO recordset?  I am trying
to sort the recordset by date.  ( .sort = "date") and it will only sort from
oldest date to newest.  Is there any way to sort Newest to oldest?   i can
find any documentation on this.

Thanks
Tim



Sat, 14 Sep 2002 03:00:00 GMT  
 Need help with ADO recordset sorting issue
Try (.sort = "data", DESC) that should reverse the order.

Brian Mowbray



Quote:
> Can anyone help me with a sorting issue with an ADO recordset?  I am
trying
> to sort the recordset by date.  ( .sort = "date") and it will only sort
from
> oldest date to newest.  Is there any way to sort Newest to oldest?   i can
> find any documentation on this.

> Thanks
> Tim



Sun, 15 Sep 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Need Help. Recordset sort

2. URGENT MICROSOFT SUPPORT ISSUE - using ADO recordsets bound to Access .mbd Formsat runtime

3. Bizzare ADO Recordset issue

4. ADO recordset memory issue

5. ADO RECORDSET - update database issue

6. ADO Recordset and Connection Issues in VB6

7. Help needed Exporting ADO recordset to Excel

8. ADO Recordset, SQL7.0 need your help?

9. Need help to read comma delimited file to ADO recordset

10. help - Need to export ADO recordset

11. Need Help Reporting on Multiple ADO (Disconnected) Recordsets

12. Help with Access ADO recordset needed

 

 
Powered by phpBB® Forum Software