Question uppercase last word only

bigmac

Registered User.
Local time
Today, 03:11
Joined
Oct 5, 2008
Messages
302
hi all,can you help please,
i have a textbox called "name", what i am trying to do is have lowercase on first/second names in the textbox except the last word (surname)this i want in uppercase any ideas please
 
Hello bigmac, first things first. 1. Name - A very bad Field/Control name. Change it.
2. Normally FirstName and Surnames are stored separately, I think that is not the same in your case?

If they are not separate, then you need the combination of InStrRev, UCase functions to get this sorted.
 

Users who are viewing this thread

Back
Top Bottom