3.2.0

Access Database Sorting

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

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

This topic is archived.

See also:


Back to support forum