From: Avi on
hi, i have some comboxes on my form. I wanted that to expand
automatically, when it gets focus. Any help in this regard is
appreciated. Thanks.
From: Jeff on
Private Sub ComboBox1_Enter()
Me.ComboBox1.DropDown
End Sub


"Avi" wrote:

> hi, i have some comboxes on my form. I wanted that to expand
> automatically, when it gets focus. Any help in this regard is
> appreciated. Thanks.
> .
>
From: Avi on
Thanks Jeff.

On Jan 26, 3:54 pm, Jeff <J...(a)discussions.microsoft.com> wrote:
> Private Sub ComboBox1_Enter()
>    Me.ComboBox1.DropDown
> End Sub
>
>
>
> "Avi" wrote:
> > hi, i have some comboxes on my form. I wanted that to expand
> > automatically, when it gets focus. Any help in this regard is
> > appreciated. Thanks.
> > .- Hide quoted text -
>
> - Show quoted text -