Sentence Case

  • Thread starter Thread starter Wendy
  • Start date Start date
W

Wendy

Hi

Is the option for sentence case (as in word) available in access?

Thanks

Wendy
 
Wendy,

Yes, but you have to code it. See Help for the StrConv() function.
StrConv("abc def ghi",vbProperCase)

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
 
Graham said:
Wendy,

Yes, but you have to code it. See Help for the StrConv() function.
StrConv("abc def ghi",vbProperCase)

Yes, but Proper Case is not Sentence Case which is what Wendy wants.
 
The way I write sentences it is! :-)

Thanks Rick.

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
---------------------------
 

Ask a Question

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.

Ask a Question

Back
Top