Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Sign up or Login to participate.
Collaborate in the cloud with Office, Exchange, SharePoint, and Lync
|
|||||||
Collaborate in the cloud with Office, Exchange, SharePoint, and Lync
ASP/ADO help
![]() |
|
|
Thread Tools | Search this Thread |
|
#1
|
||||
|
||||
|
ASP/ADO help
I just thought maybe I can ask this question in techspot. I'm creating an Online Address Book for my community. If you know ASP/ADO, you'll know that when you list the recordset using
if NOT RecordSet.EOF then response.writeln RecordSet("Field") RecordSet.MoveNext the records will be listed according to date. Any idea on how to make it list alphabetically instead? |


