Names in input masks using apostrophies

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I want to ad and input mask to a last name field that makes the first
character upper case and all the following letters lower case (which would
normally be something like >L<??????????????) but what do I do if the
person's name has an apostrophe in in (like O'Brien) and I want the first
letter after the apostrophe to be uppercase. Also how do I work it with
names that begin with Mac or Mc, where I want the first letter following the
'c' to be uppercase? Any ideas on how to work this?
 
The only way would be to write VBA code to do this. Note, though, that not
all Mac or Mc names follow the rule you're proposing.
 
You got that right!

Dave Macmurchie


Douglas J. Steele said:
The only way would be to write VBA code to do this. Note, though, that not
all Mac or Mc names follow the rule you're proposing.
 

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