Hi
I need to convert surname and firstname fields in a table from upper case to
normal.
There are about 10000 records.
Typically:
DE ANTONIO De Antonio
CONROY, R W AND B L Conroy, R W and B L
BURKE Burke
SMITH Smith
M & B SERVICES M & B Services
I can write a query to put them all in lower case.
NAME1: Format([NAME],"<")
I can't puzzle a way of getting the first letter as upper case.
Thanks in advance.
Andy Chalkley
Perth West Australia
I need to convert surname and firstname fields in a table from upper case to
normal.
There are about 10000 records.
Typically:
DE ANTONIO De Antonio
CONROY, R W AND B L Conroy, R W and B L
BURKE Burke
SMITH Smith
M & B SERVICES M & B Services
I can write a query to put them all in lower case.
NAME1: Format([NAME],"<")
I can't puzzle a way of getting the first letter as upper case.
Thanks in advance.
Andy Chalkley
Perth West Australia
Comment