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
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