open table in descending order

what is my sql string would be if i want to open a recordset in descending order
p/s: using MS Access with jet oleDB in VC++ 6.0
(and i am newbie. don't get mad)
[186 byte] By [felli] at [2007-11-19 2:54:13]
# 1 Re: open table in descending order
you will have to add the following in your command:
"Order by Field DESC"
Andy Tacker at 2007-11-10 3:31:00 >
# 2 Re: open table in descending order
Thanks a lot. it's perfect :thumb:
felli at 2007-11-10 3:32:01 >