I only want a user to enter either a number, decimal point, or negative operator in the the first three positions in the control.
This is the code I used:
Dim MyNumber
MyNumber = Left(FieldName, 3)
If MyNumber = "A through Z" Then
MsgBox "Non-numeric characters are not allowed in this...