deego55 Posted October 19, 2004 Posted October 19, 2004 Hi- Can someone let me know how to convert a fields text from word case to sentence case? For instance I need "Feedback Control of Dynamic Systems" changed to "Feedback control of dynamic systems." Any help is greatly appreciated! Dave
MarkWilson Posted October 19, 2004 Posted October 19, 2004 Left( Upper( TextField ) , 1 ) & Middle( Lower( TextField ) , 2 , Length( TextField ) -1 )
-Queue- Posted October 19, 2004 Posted October 19, 2004 or Left( Upper(TextField); 1 ) & Lower(Right( TextField; Length(TextField) - 1 ))
transpower Posted October 20, 2004 Posted October 20, 2004 But why would you want to do that? Title case is correct for proper nouns.
Recommended Posts
This topic is 7602 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now