Access 2003 - Capitalize first letter using queries -


hi

how can capitalize first letter , other letters in lower case? need using queries own access.

example, if have stored countries: spain, france, italy, ....i want change them to: spain, italy, france,....

thanks in advance


solution

update country set co= strconv ([co], 3) 

have @ ms access: strconv function


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -