S
Simon Wigzell
Is it possible to retrieve data with ASP sorted on 2 fields? I've tried :
SELECT * FROM [TableName] ORDER By Field1 AND Field 2
But it gives an error. I've searched the internet on this topic to no avail.
Is it possible? Thanks.
SELECT * FROM [TableName] ORDER By Field1 AND Field 2
But it gives an error. I've searched the internet on this topic to no avail.
Is it possible? Thanks.