N
NEWER USER
I have a form with one unbound combo box. The On Open Event is set as follows:
Private Sub Form_Open(Cancel As Integer)
Me.Text0.SetFocus
Me.Text0.Dropdown
End Sub
Works eveytime in Access 2K3 , but in 2K7 the form opens and the cursor is
blinking in the combo box. Any idea on why the combo box will not drop down
and display records? I have tried changing Overlapping Windows and Tabbed
Documents settings, but no difference. If I remove the code entirely, the
form opens and the combo box has the focus because it is the only object
available. Any help appreciated.
Private Sub Form_Open(Cancel As Integer)
Me.Text0.SetFocus
Me.Text0.Dropdown
End Sub
Works eveytime in Access 2K3 , but in 2K7 the form opens and the cursor is
blinking in the combo box. Any idea on why the combo box will not drop down
and display records? I have tried changing Overlapping Windows and Tabbed
Documents settings, but no difference. If I remove the code entirely, the
form opens and the combo box has the focus because it is the only object
available. Any help appreciated.