A Allen Browne Jul 30, 2008 #2 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.
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.
F fredg Jul 30, 2008 #3 how to convert uppercase Address field to propercase Click to expand... Asked 1-1/2 hours ago and answered already.
how to convert uppercase Address field to propercase Click to expand... Asked 1-1/2 hours ago and answered already.
B Bob Barrows [MVP] Jul 30, 2008 #4 AShi said: how to convert uppercase Address field to propercase Click to expand... Instead of asking your question again, how about letting us know why the original answers we gave were deficient?
AShi said: how to convert uppercase Address field to propercase Click to expand... Instead of asking your question again, how about letting us know why the original answers we gave were deficient?