Hello,
In MS Access 2003, i want to do two things with my ComboBox controls:

First - make it read only:
On several combo boxes, i already loaded a list of selectable items.
I want the user to choose from them, but not to be able to enter any text into the text box area of the combo box (like the vb6 drop down style).

Second - catch an event when the user clicks on the drop-down arrow:
On a few of my combo boxes, i enabled an action on the Mouse_Down event.
This action shows a date picker which is called "ocxCalander".
But that's not good for me, because I don't want the date picker to show when the user clicks on the text box area. That's because i want the user to still be able to type a date.
Just when the user clicks on the down arrow, i want the date picker to show.

Thanks ahead and regards,