G
Guest
Hi How do I format the data in a table so the first letter is capital, but
there rest is not, eg Surnames? (> = all one format)
there rest is not, eg Surnames? (> = all one format)
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hi How do I format the data in a table so the first letter is capital, but
there rest is not, eg Surnames? (> = all one format)
AlCamp said:Timboo,
I reconsidered my response. Everything's OK, but since you don't want
any capitals after the first character, then use this instead...
[YourFieldName] = Ucase(Left([YourFieldName],1)) &
LCase(Mid([YourFieldName],2))
so... "this IS aN ExamPle" would yield "This is an example"
hth
Al Camp
Timboo said:Hi How do I format the data in a table so the first letter is capital, but
there rest is not, eg Surnames? (> = all one format)
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.