You may want to try setting the focus to another control usin the "After
Update" event rather than the OnFocus event. If you use the OnFocus event it
will not let you select anything fromt the list.
If you use something like:
with me.ATestBoxlName
.value = Me.YourComboBoxName
.setfocus
end with
this will let you make a selection and immetiately place that value in a
text box and then set the focus to that text box.
--
HTH
Mr B
"Ofer" wrote:
> On the GotFocus event of the combo, set the focus to another field in the form
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=7540
> Me.FieldName.SetFocus
>
> --
> I hope that helped
> Good Luck
>
>
> "dave" wrote:
>
> > Does anyone know how to remove the cursor from a combo box in a form. Locking
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=7540
> > it or disabling it doesn't work because i need to use it to navigate records
> > but don't want the cursor there.