M
Mark W
Hello, I am loading a combobox control with values read fm
another folder and the values always seem to load in
alphabetical order by subject. I would like to sort them
by a user defined field first, then load them. Here is
the code I am using to sort but the data still sorts by
subject. pItems is my collection from the folder I am
reading the data from.
pItems.Sort "[Name]", False
Thank you in advance for your help.
another folder and the values always seem to load in
alphabetical order by subject. I would like to sort them
by a user defined field first, then load them. Here is
the code I am using to sort but the data still sorts by
subject. pItems is my collection from the folder I am
reading the data from.
pItems.Sort "[Name]", False
Thank you in advance for your help.