ComboBox/Page Down Question

  • Thread starter Thread starter Bob V
  • Start date Start date
B

Bob V

Why is it when you open your combobox drop down list and click pagedown it
nevers works unless you select the combox box drop down list the second
time, I also have a control to open my cmbCharge1Y and that does the
same...........Any Help Please........Bob
Private Sub cmdCharge1Y_Click()
Me.cmbCharge1Y.Requery
Me.cmbCharge1Y.SetFocus
Me.cmbCharge1Y.Dropdown
End Sub
 
Why is it when you open your combobox drop down list and click pagedown it
nevers works unless you select the combox box drop down list the second
time, I also have a control to open my cmbCharge1Y and that does the
same...........Any Help Please........Bob
Private Sub cmdCharge1Y_Click()
Me.cmbCharge1Y.Requery
Me.cmbCharge1Y.SetFocus
Me.cmbCharge1Y.Dropdown
End Sub

never done that before. What's wrong with typing in a few letters in
to the Combobox and using that to scroll down to where you want.... Is
there some reason that won't work? or just set the control source of
the combobox after you enter a few letters into it....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top