A
Aurora
I am very new at this. I have a combo box on a form that I have dropdown on
entering the box using
Private Sub Combo41_Enter()
Me!Combo41.Dropdown
End Sub
but the problem I have is that it drops the box to the bottom of the screen
instead of directly under the combo box. Can anyone tell me what I am
missing?
entering the box using
Private Sub Combo41_Enter()
Me!Combo41.Dropdown
End Sub
but the problem I have is that it drops the box to the bottom of the screen
instead of directly under the combo box. Can anyone tell me what I am
missing?