:: Forum >>

Access Database Sorting

How to disable access database pimary key default sorting option?
MURALEE KRISHNAN NARAYANAN
Wednesday, October 31, 2007
Use the Order By statement in your SQL statement. Then you can select the order.

select * from table order by fieldname1, fieldname2
Richard
Friday, November 2, 2007

This topic is archived.


Back to support forum

Forum search