Hi,
I have a ListBox and two Buttons on my form.
I need to store the following data for 10 students:

Name, month of birth, year of birth

I want to show student's NAMES ONLY in the ListBox sorted:
- by month they were born
Or
- by year they were born
depending on button pressed.

I think .ItemData should be used.

Thanks