N
NewsGroups
I would like to loop thru my db and change the FName, MI, LName fields to a
standardized format.
If the first letter is in lower case I would like to change it to upper
case.
lisa would be converted to Lisa
I also need to look for those that are in all Upper case can convert them to
the proper format
LISA would be converted to Lisa.
MI would use the lower to upper routine
l. convert to L.
L. do not convert.
I would image that someone has done this before.
So that I would not have to run this routine again is there a input
formatting that can be done for new records?
I would think that the only other consideration would be those LNames that
are like MCCARTHY or mccarthy
which would have to be converted to McCarthy.
Any help would be appreciated.
standardized format.
If the first letter is in lower case I would like to change it to upper
case.
lisa would be converted to Lisa
I also need to look for those that are in all Upper case can convert them to
the proper format
LISA would be converted to Lisa.
MI would use the lower to upper routine
l. convert to L.
L. do not convert.
I would image that someone has done this before.
So that I would not have to run this routine again is there a input
formatting that can be done for new records?
I would think that the only other consideration would be those LNames that
are like MCCARTHY or mccarthy
which would have to be converted to McCarthy.
Any help would be appreciated.