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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -