andy_dyer
Registered User.
- Local time
- Today, 23:41
- Joined
- Jul 2, 2003
- Messages
- 806
Hi i've trawled through this code from this post...
http://www.access-programmers.co.uk/forums/showthread.php?s=&threadid=28343&highlight=capitalise+first+letter
Copied it to a module (is this right?)
And am trying to call it from the AfterUpdate part of my field that I would like converted (is this right?)
Using this code:
Private Sub txtSURNAME_AfterUpdate()
Call SmartCase(Me.txtSURNAME)
End Sub
Can someone please enlighten me as to what I am doing wrong?
Thanks
Andy
http://www.access-programmers.co.uk/forums/showthread.php?s=&threadid=28343&highlight=capitalise+first+letter
Copied it to a module (is this right?)
And am trying to call it from the AfterUpdate part of my field that I would like converted (is this right?)
Using this code:
Private Sub txtSURNAME_AfterUpdate()
Call SmartCase(Me.txtSURNAME)
End Sub
Can someone please enlighten me as to what I am doing wrong?
Thanks
Andy