P
PayeDoc
Hello All
Where can I find some code that will correctly capitalise names?
I currently have:
Private Sub employee_name_AfterUpdate()
Me!employee_name= StrConv(Me!employee_name, 3)
End Sub
but as everyong knows this doesn't deal properly with the Mc's, Mac's,
hyphenated names, etc.
I have searched the web and this newsgroup but cannot find anything - other
than various opinions that input masks are to be avoided! As this must be
such a universal requirement I am sure the code must be 'out there', but my
VBA isn't up to it (yet!) and I hate trying to reinvent wheels anyway.
Hope someone can help
Many thanks
Leslie Isaacs
Where can I find some code that will correctly capitalise names?
I currently have:
Private Sub employee_name_AfterUpdate()
Me!employee_name= StrConv(Me!employee_name, 3)
End Sub
but as everyong knows this doesn't deal properly with the Mc's, Mac's,
hyphenated names, etc.
I have searched the web and this newsgroup but cannot find anything - other
than various opinions that input masks are to be avoided! As this must be
such a universal requirement I am sure the code must be 'out there', but my
VBA isn't up to it (yet!) and I hate trying to reinvent wheels anyway.
Hope someone can help
Many thanks
Leslie Isaacs