Shorting alphabetically the contents of a DataGrid control
Lets say we have a DataGrid control on a form which we have conneted to an Acces table . Is it possible to short its contents alphabetically conform the names of the data on a given field of the table ?
[Edited by iliekater on 12-05-2007 at 09:41 PM GMT]
Re: Shorting alphabetically the contents od a DataGrid control
Since the DataGrid control is linked to the table of the data base via an AdoDc control , I suppose the sorting should be applied tothe AdoDc instead . Nevertheless , I still can't find out how ...