P
Peter
Hi gang,
I have a client who wants us to update a Last Name field to proper case for
any last name beginning with Mc. They want the 3rd character uppercased in
all such names. So any Mca . . ., Mcb . . . ., Mcc . . ., becomes McA . . .,
McB . . ., McC . . ., etc. You get the picture.
We are well aware that some names can actually be Mca . . . with the third
character retained in lower case. But the client wants all third characters
in upper case.
Anyway, I am look for a code that I could use to simply update the Last Name
field by running an update query.
Any ideas?
Thanks
Peter
ps - I have done a search on this subject, but the answers do not give me a
simple update query method . . .
I have a client who wants us to update a Last Name field to proper case for
any last name beginning with Mc. They want the 3rd character uppercased in
all such names. So any Mca . . ., Mcb . . . ., Mcc . . ., becomes McA . . .,
McB . . ., McC . . ., etc. You get the picture.
We are well aware that some names can actually be Mca . . . with the third
character retained in lower case. But the client wants all third characters
in upper case.
Anyway, I am look for a code that I could use to simply update the Last Name
field by running an update query.
Any ideas?
Thanks
Peter
ps - I have done a search on this subject, but the answers do not give me a
simple update query method . . .