S
Steve Stad
Do I have to worry about Access storing Trailing or leading spaces or do I
need code such as......
Private Sub NAME_AfterUpdate()
Me.[NAME] = Trim(Me.[NAME])
End Sub
need code such as......
Private Sub NAME_AfterUpdate()
Me.[NAME] = Trim(Me.[NAME])
End Sub