Formatting fields to Title Case

G

Guest

The address table I use is from a linked source where all information
defaults to uppercase format. I know how to format for just upper or lower
case, but is there a way to format a field to Title Case?

Thanks for your help.
 
M

Marshall Barton

DianeD said:
The address table I use is from a linked source where all information
defaults to uppercase format. I know how to format for just upper or lower
case, but is there a way to format a field to Title Case?


Not really a format, but you can use a control source
expression like:

=StrConv(fieldname, 3)
 

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