Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Proper function in Access? 1

Status
Not open for further replies.

MemphisVBA

Technical User
May 31, 2006
23
US
Is there a "proper" function in Access that is similar to that in Excel? Or - is there some way that I can change the results in a query to be in proper case? Right now, most of the data is in all caps.
 
Hello:

You want to use the "StrConv" with the "ProperCase" option in Access to do this. Such as:

Combo0 = StrConv(Combo0, vbProperCase)
Regards
Mark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top