S
Simon Davies
Access 2K
Can anyone tell me how to format a textbox to "Title
Case" ?
Thanks in advance
Simon
Can anyone tell me how to format a textbox to "Title
Case" ?
Thanks in advance
Simon
Can anyone tell me how to format
a textbox to "Title Case" ?
-----Original Message-----
Can anyone tell me how to format
a textbox to "Title Case" ?
Set its Control Source to "= StrConv([yourfield], vbProperCase)" without the
quotes, where you replace "yourfield" with the name of the field which you
want displayed in Proper Case. I believe what you describe as Title Case is
the same as Proper Case... each word capitalized.
Larry Linson
Microsoft Access MVP
.
Simon said:Thanks for your help but I am experiencing problems- when
I type in the source code as suggested the "vbProperCase"
automatically brackets itself. ie [vbProperCase].
When opening the report I am then asked for input to
vbProperCase.
-----Original Message-----
Thanks for your help but I am experiencing problems- when
I type in the source code as suggested the "vbProperCase"
automatically brackets itself. ie [vbProperCase].
When opening the report I am then asked for input to
vbProperCase.
Any suggestions
Simon.-----Original Message-----
Can anyone tell me how to format
a textbox to "Title Case" ?
Set its Control Source to "= StrConv([yourfield], vbProperCase)" without the
quotes, where you replace "yourfield" with the name of the field which you
want displayed in Proper Case. I believe what you describe as Title Case is
the same as Proper Case... each word capitalized.
Larry Linson
Microsoft Access MVP
.