Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Database Design / January 2004

Tip: Looking for answers? Try searching our database.

capitalzie first letter each word

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jenny - 29 Jan 2004 22:36 GMT
i want to capitalize first letter of each word in my table.  does this go in the input mask and how do i write it
Steve Schapel - 30 Jan 2004 03:43 GMT
Jenny,

If you mean the existing data, you need an Update query.  In your query
design grid, in the Update To row of each of the fields that this
applies to, put...
StrConv([FieldName],3)

If you mean new data as it's entered (I notice your Shift key appears to
be broken... is this why you need this? :-), the best way is to put code
onthe AfterUpdate event of each applicable control on your data form(s),
like this...
Me.YourField = StrConv(Me.YourField, 3)

Signature

Steve Schapel, Microsoft Access MVP

> i want to capitalize first letter of each word in my table.  does
> this go in the input mask and how do i write it
- 30 Jan 2004 17:41 GMT
>L<?????????????  This worked for me. Right click on the
field while in form design go to properties and enter in
imput mask.
>-----Original Message-----
>i want to capitalize first letter of each word in my table.  does this go in the input mask and how do i write
it
>.
Steve Schapel - 30 Jan 2004 18:07 GMT
I think this method will work for the first letter of each entry in a
field, but not for each word.

Signature

Steve Schapel, Microsoft Access MVP

> >L<?????????????  This worked for me. Right click on the
>
> field while in form design go to properties and enter in
> imput mask.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.