proper case

  • Thread starter Thread starter AShi
  • Start date Start date
Use the AfterUpdate event procedure of the Address text box.
Include this line of code:
Me.Address = StrConv(Me.Address, vbProperCase)

I'm not sure this will work well though. Some street names will be wrong,
e.g. McDonald.
 
AShi said:
how to convert uppercase Address field to propercase

Instead of asking your question again, how about letting us know why the
original answers we gave were deficient?
 
Back
Top