How to access sort order

  • Thread starter Thread starter Pritesh Ostwal
  • Start date Start date
P

Pritesh Ostwal

Hi!
Can Anybody tell me how to access sort order property
(General etc.) from VB .net.
Where to search for Class hierarchy of Access?
 
Pritesh Ostwal said:
Hi!
Can Anybody tell me how to access sort order property
(General etc.) from VB .net.
Where to search for Class hierarchy of Access?

I would think the use of VB.NET would access the sort order property of a
column the same way any other language does, i.e. by using the order by
clause in a sql statement:

select * from mytable order by lastname
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Back
Top