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.
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.
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.
=StrConv([YourField],3)instead of vbProperCase, and
remember to rename the object something other
than "YourField".
--AZF
-----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.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.