N
nartla
Hello,
I am working on an app developped in VBA/Access, and in a form, I use
a ListView control with several columns.
When I click on the top of the columns, the items are sorted
accordingly to the information stored in that column. My concern is
that this sort is made alphabetically, and one of my colums contains a
numerical ID, so when clicked, this column should be sorted
numerically (i.e 10 after 2) and not alphabetically (i.e 10 before 2).
Since I had nothing to do to have the alphabetical sort attached to
the columns of my ListView (in my code, I use myListView.Sorted =
False), I would like to know how I could alter this automatic sort to
make it numerical, just for one of the columns of the ListView ?
Thank you for your help !
I am working on an app developped in VBA/Access, and in a form, I use
a ListView control with several columns.
When I click on the top of the columns, the items are sorted
accordingly to the information stored in that column. My concern is
that this sort is made alphabetically, and one of my colums contains a
numerical ID, so when clicked, this column should be sorted
numerically (i.e 10 after 2) and not alphabetically (i.e 10 before 2).
Since I had nothing to do to have the alphabetical sort attached to
the columns of my ListView (in my code, I use myListView.Sorted =
False), I would like to know how I could alter this automatic sort to
make it numerical, just for one of the columns of the ListView ?
Thank you for your help !