Capitalise first and subsequent first letters of words

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

Guest

I had some code driving some text fields that capitalised the first and each and every subsequent word after entry. I have had a small collapse of my database integrity which has resulted in the loss of this (and other) coding. This is the only thing that I really would like returned.
Unfortunately I have had a brain abberation and cannot for the life of me remember how I originally did this

Does anyone have any references that would point me in the right direction

Thanking you in antici....patio

Perry Kerr
 
strconv(Field,vbpropercase)
HTH
Pieter
PMK said:
I had some code driving some text fields that capitalised the first and
each and every subsequent word after entry. I have had a small collapse of
my database integrity which has resulted in the loss of this (and other)
coding. This is the only thing that I really would like returned.
Unfortunately I have had a brain abberation and cannot for the life of me
remember how I originally did this.
 
Back
Top