I
Irshad Alam
I want to remove the extra spaces of the field at the update property of the
same feild.
I tried by trim code but failed.
Private Sub Text18_AfterUpdate()
Me.Text18 = Trim(Me.Text18)
End Sub
Please advise and correct my code
Regards
Irshad
same feild.
I tried by trim code but failed.
Private Sub Text18_AfterUpdate()
Me.Text18 = Trim(Me.Text18)
End Sub
Please advise and correct my code
Regards
Irshad