Me.YourControlName = StrConv(Me.YourControlName, vbProperCase) in the
BeforeUpdate event of the control should do it.
..using Your Control Name of course.
--
RuralGuy (RG for short) aka Allan Bunch MS Access MVP - acXP WinXP Pro
Please post back to this forum so all may benefit.
Does your table hold a single field for the name, or do you have FirstName
and LastName fields (the latter approach is recommended)?
What would you consider to be the "proper" capitalization of something like:
alexandro van de vigge
jean claude van damm
william o'brien
As suggested elsethread, you can use the StrConv() function, but this only
gets you started. You may have to resort to USB (*using someone's brain*)
to finish the job.