H
Haigy
i have to be able to convert my database from uppercase to normalcase
on each field i am doing strconv([fieldname],3) in an update query to test
it
this works fine for me in most cases, but i have surnames that start with
MC, when i run the conversion on these i get Mccccc, needs to be McCcccc, ie
third letter capitlised
is there a way to do this
thanks in advance
on each field i am doing strconv([fieldname],3) in an update query to test
it
this works fine for me in most cases, but i have surnames that start with
MC, when i run the conversion on these i get Mccccc, needs to be McCcccc, ie
third letter capitlised
is there a way to do this
thanks in advance