ORDENAR BD

USUARIO.EXCLUIDOS 15/04/2004 12:00:47
#20716
Ola!!!

Como faço para ordenar um bd em ordem decrescente???

usando assim fica em ordem crescente:
Data1.RecordSource = "select * from Ranking Order by total"

vlw
USUARIO.EXCLUIDOS 15/04/2004 12:26:13
#20722
Resposta escolhida
Data1.RecordSource = "select * from Ranking Order by total asc "
USUARIO.EXCLUIDOS 15/04/2004 12:26:56
#20723
desculpe o certo é

Data1.RecordSource = "select * from Ranking Order by total desc "
Tópico encerrado , respostas não são mais permitidas