Hello!

I have a little problem sorting some names:

combo1.additem "Writer 1"
combo1.additem "Writer 2"
combo1.additem "Writer 3"
combo1.additem "Writer 4"

Ok!
Now begins the problem! I have a timer in my form wich i wana to make the sorting (i was thinkin'):

Timer1.Enable = True

If Combo1.Text = "Writer 1" then Combo2.Text = "Books of Writer 1"
If Combo1.Text = "Writer 3" Then Combo2.Text = Books of Writer 3"



i dont have any ideea how to write this in vb! i tried but without result! It puts me all the book in Combo2.text

Please help me to resolve this problem!