How do I stop users typing into text of the combo box?
I need the following:

When the form is opened, the list will be loaded in the combo which is sorted and combo.text should be the same as the first item of the list. (THIS WORKS OK)

The user should only be able to choose one of the items from the list. The user should not be able to type or paste text into combo.text. (THIS IS WHERE I HAVE GOT A PROBLEM)

Thanks.