Upper Case

C

Chris Savedge

Our data entry person has enter all of our contacts into a access table
using all upper case letters.......Is there anyway I can change all of those
names back to the proper form..........meaning can I keep the first letter
upper case and the rest lower case?

Thanks
Chris
 
L

Luiz Cláudio

Hi Chris,

you can run an Update Query:

Update to: =StrConv([Your field], 3)


Luiz Cláudio C. V. Rocha
São Paulo - Brazil
 
Top