D
Dan
I have a linked table that I can not adjust. In order to make the adjustments
I need I am using a Make Table Query. There are several fields such as [Last
Name] where the text is a varity on Capatalized, Non-Capatalized and a mix
and match of the two. I tried:
Last Name: UCase(Left([LAST_NAME],1)) & LCase(Mid([Last_name],2,99))
This works fine, however if there is a "McDonald" I get "Mcdonald" as to be
ecpected form the LCase. I know excel has an =Proper(cell) which does this.
There are far to many records to export, correct, and import. Is there access
version? Cant seem to find a function that works as desired. Thanks in
advance, cheers
I need I am using a Make Table Query. There are several fields such as [Last
Name] where the text is a varity on Capatalized, Non-Capatalized and a mix
and match of the two. I tried:
Last Name: UCase(Left([LAST_NAME],1)) & LCase(Mid([Last_name],2,99))
This works fine, however if there is a "McDonald" I get "Mcdonald" as to be
ecpected form the LCase. I know excel has an =Proper(cell) which does this.
There are far to many records to export, correct, and import. Is there access
version? Cant seem to find a function that works as desired. Thanks in
advance, cheers