Entries

  • Thread starter Thread starter Pharah
  • Start date Start date
P

Pharah

Hello all:

Just want to know: how can I restrict all entries (in the database) to ALL
CAPS?

Thank you in advance.
 
In table design set the Format property to upper case by typing in a greater
than sign ( > ).
 
KARL DEWEY said:
In table design set the Format property to upper case by typing in a
greater than sign ( > ).

Note, though, that this won't actually force the entries to upper
case -- it will only force them to be *displayed* in upper case. You
can use the ">" character at the start of an Input Mask to force the
letters typed to upper case, but then you have to specify the rest of
the input mask. The only solution I know of that doesn't involve an
input mask requires a little bit of VBA coding.
 

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

Similar Threads


Back
Top