P
Perico
I am still having a problem with this code relating to an
unbound combobox - it does not select the text as it
should:
Private Sub cboDistrict_GotFocus()
Me.cboDistrict.SelStart = 0
Me.cboDistrict.SelLength = Len(Me.cboDistrict.Text)
End Sub
How can I get the text in the combobox to be
selected properly? This is Access2K.
unbound combobox - it does not select the text as it
should:
Private Sub cboDistrict_GotFocus()
Me.cboDistrict.SelStart = 0
Me.cboDistrict.SelLength = Len(Me.cboDistrict.Text)
End Sub
How can I get the text in the combobox to be
selected properly? This is Access2K.