98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Access Training and help » Using Coding Proper Case (Title Case) on Forms | Access forum
Using Coding Proper Case (Title Case) on Forms | Access forum
Resolved · Low Priority · Version 2007
Katrina has attended:
Access Introduction course
Access Intermediate course
Using Coding Proper Case (Title Case) on Forms
Hi, I want to use a code on my form so that after entering, it automatically goes from 'text' to 'Text'. What code would I use and where is it entered?
Thank you
RE: Using Coding Proper Case (Title Case) on Forms
Hello Katrina,
Hope you enjoyed your Microsoft Access courses with Best STL.
Thank you for your question regarding converting lowercase text into Propercase in Access.
This can be done through the use of VBA code in modules which can then be applied to the After Update property of the text field in question.
It is recommended that you attend an Access VBA course which will help you with understanding how this could be done.
You can of course use an Update query to fix data using the StrConv function as follows:
StrConv([FieldName],3) which is placed in the Update To: row of the query.
I hope this resolves your question. If it has, please mark this question as resolved.
If you require further assistance, please reply to this post. Or perhaps you have another Microsoft Office question?
Have a great day.
Regards,
Rodney
Microsoft Office Specialist Trainer
Fri 19 Apr 2013: Automatically marked as resolved.
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Access tip:Compact database automoaticallyTo ensure optimal performance, you should compact and repair your |