I need a way for my user to be able to select multiple items in a listbox, and still be able to select only one item when they want to without having to unselect everything that they selected or press a command button to clear it... (that's just ugly )

Here's what I thought of...

I think that if I were able to set the listbox's selection option to one of the multiples when I wanted to, that would work...

What I'm not sure on is how I can detect whether the Ctrl or Shift key being pressed while they are selecting the items in the listbox...

Any ideas on how I can do this? Maybe I'm looking at it all wrong... TELL ME PLEASE!

Thanks ,

Squirrelly1