Editing format

C

cjconover

I am setting up a database for work. This database has the normal account #,
name, address, etc. What I would like to do is set up the state column to be
constant capitalization. Is this possible? If yes, how do I dod this?

Thanks in advance.
 
K

KARL DEWEY

In the table design view put a greater than sign ( > ) in the Format
property.
This will form all display of the data to be in upper case.
 
C

cjconover

Karl,

Thank you so very much!!

KARL DEWEY said:
In the table design view put a greater than sign ( > ) in the Format
property.
This will form all display of the data to be in upper case.
 
Top