Format Property: Text field to Titlecase

V

Vickie

I need to set the format property of a text field so that
it formats using Titlecase...I want the first letter of
every word to be capitalized.

I've already tried the syntax below and it doesn't work.

Thanks for your help.
 
R

RobFMS

Off the top of my head, the function I believe you need to use is: StrConv()

Check the help file for the correct syntax.

If you are using it in a text box control, you could do the following:

ControlSource: =StrConv([FormalSalutation])

--
Rob

FMS Professional Solutions Group
http://www.fmsinc.com/consulting

Software Tools for .NET, SQL Server, Visual Basic & Access
http://www.fmsinc.com

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 

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

Top