P
Peter
Hi all, i have a issue regarding dataentry in a field.
Private Sub Apples_AfterUpdate()
Me.[Apples] = LTrim(Me.[Apples])
End Sub
I am often pasting in data in this fieled and it happens that i also paste
in one or two "empty" position after...
I want the field to accept only alphanumeric data (dynamic lenght) and no
"empty spaces...
Suggestions?
Thanks!
Private Sub Apples_AfterUpdate()
Me.[Apples] = LTrim(Me.[Apples])
End Sub
I am often pasting in data in this fieled and it happens that i also paste
in one or two "empty" position after...
I want the field to accept only alphanumeric data (dynamic lenght) and no
"empty spaces...
Suggestions?
Thanks!