Cursor Placement

J

Jabutron

I'm trying to have the cursor be positioned at the beginning of a combo box
when the user clicks on it with the mouse, regardless of where the mouse
pointer is in the box when clicked. So far I've tried Me.Combo.SelStart=0 in
the OnEnter, GotFocus, and OnClick events, but nothing works.

What can I do to make sure the cursor position is set at zero, even if the
pointer clicks at position 5?
 
Top