form combobox auto expand

  • Follow


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.
0
Reply Avi 1/26/2010 5:34:38 PM

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.
> .
> 
0
Reply Utf 1/26/2010 9:54:01 PM


Thanks Jeff.

On Jan 26, 3:54=A0pm, Jeff <J...@discussions.microsoft.com> wrote:
> Private Sub ComboBox1_Enter()
> =A0 =A0Me.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 -

0
Reply Avi 2/2/2010 4:34:21 AM

2 Replies
441 Views

(page loaded in 0.109 seconds)

Similiar Articles:
















7/16/2012 4:55:48 AM


Reply: