Display text in Proper format

J

Jedster

Is it possible to display text fields in Proper format as you can in Excel?

Regards,

Jedster
 
M

Marshall Barton

Jedster said:
Is it possible to display text fields in Proper format as you can in Excel?


Use =StrConv(thefield, 3) in the text box's Control Source
expression.
 
Top