When the user clicks on a text box that already has text in it, it should select all text automatically so that they can just type over it.
I tried this
Private Sub txtCurrAdDOR_Click()
Me.txtCurrAdDOR.SelText
End Sub
I get an 'Invalid use of property' error
I tried this
Private Sub txtCurrAdDOR_Click()
Me.txtCurrAdDOR.SelText
End Sub
I get an 'Invalid use of property' error