Format Text Display

  • Thread starter Thread starter Allan
  • Start date Start date
A

Allan

Please help.

I want to design fields that will automatically display
text in "Title" case no matter how they are typed in.
 
Allan,

In the AfteUpdate property of the control on your form, put an event
procedure like this...

Me.NameOfYourField = StrConv(Me.NameOfYourField, 3)

- Steve Schapel, Microsoft Access MVP
 

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

Back
Top