Viewing post 61 (of 61 total)
Private Sub LastName_BeforeUpdate()
Me.LastName = UCase(Left(Me.LastName, 1)) & Mid(Me.LastName, 2)
End Sub
It is better to use the BeforeUpdate event, as this is something you want as part of the actual update,...
February 28, 2006 at 8:55 am
#623716
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy