Data Entry- letters in caps

  • Thread starter Thread starter Fred's
  • Start date Start date
F

Fred's

Hi Folks,

When I enter data into a access form, I would to have first letter of
each word in caps and all other letters in low-caps
I can do that?

Thank you.
 
you need to use a font that does "low-caps", and then use a function to
convert the text to ProperCase. it's the StrConv() function, if i remember
correctly; you can look it up in Access Help.

hth
 
Back
Top