Change a field to upper case

G

Guest

Using UCase

UCase([FieldName])

Or
StrConv([FieldName],1)

will make it all to upper case.
Also, check help on the function StrConv to see the different options
 
G

Guest

Also, just rememberd

Putting > in the format property of the text box will make it UpperCase
 
M

Marshall Barton

Ofer said:
Also, just rememberd

Putting > in the format property of the text box will make it UpperCase


Note that using > will truncate long Memo fields to 255
characters.
 

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