Free Lessons
Courses
Seminars
TechHelp
Fast Tips
Templates
Topic Index
Forum
ABCD
 
Home   Courses   Seminars   Templates   TechHelp   Forums   Help   Contact   Join   Order   Logon  
 
Glossary

New Entries Added Almost Daily!
Click here to get on our Mailing List

   

   Access    Excel    Word    Windows    HTML

 
MS Access

StrConv

Using the StrConv Function

In this tutorial you will learn how to use the StrConv Function.

The StrConv function returns the position of the first occurrence of a string in another string.

=StrConv ( string, conversion [, LCID ] )

string a valid String

conversion an Integer sum to determine the conversion type

LCID the LocaleID if different to the System one

In this example we will use a given sentance: "change the case" and we wish to Proper Case it, i.e. make every first initial of a word Capitalised.

StrConv - Function Engine

The result is Change The Case.

The Settings are:

Settings
ConstantValueDescription
vbUpperCase1Converts the string to uppercase characters.
vbLowerCase2Converts the string to lowercase characters.
vbProperCase3Converts the first letter of every word in string to uppercase.
vbUnicode64Converts the string to Unicode using the default code page of the system. (Not available on the Macintosh.)
vbFromUnicode128Converts the string from Unicode to the default code page of the system. (Not available on the Macintosh.)

FORM

In a Form you could set the Default Value of a Textbox to

	=StrConv("change the case", 3)
	
VBA

In a Form add a TEXTBOX control and rename it "txtStrConv", then you could add the following in the Load Event.

	Private Sub Form_Load()
		txtStrConv = StrConv("change the case", 3)
	End Sub
	

This Function can be used instead of UCase and LCase


Courses

Access 2013 Access Expert 13

Access 2003 Access 222

Seminars

Access 2007 Access SQL 2

Search

You can find more about this by searching the website.


Alex Hedley (Avatar) By: Alex Hedley


Click here to sign up for more FREE tips

 

Check out these other pages that may be of interest to you:

5/31/2023Calculator 7
5/30/2023DoEvents
5/26/2023Hide With Macro
5/25/2023Calculator 6
5/24/2023Object Size Analyzer
5/24/2023Calculator 5
5/23/2023Plural
5/22/2023Calculator 4
5/19/2023Calculator 3
5/18/2023Calculator 2
 

 

The following is a paid advertisement
Computer Learning Zone is not responsible for any content shown or offers made by these ads.
 

Learn
 
Access - index
Excel - index
Word - index
Windows - index
PowerPoint - index
Photoshop - index
Visual Basic - index
ASP - index
Seminars
More...
Customers
 
Login
My Account
My Courses
Lost Password
Memberships
Student Databases
Change Email
Info
 
Latest News
New Releases
User Forums
Topic Glossary
Tips & Tricks
Search The Site
Code Vault
Collapse Menus
Help
 
Customer Support
Web Site Tour
FAQs
TechHelp
Consulting Services
About
 
Background
Testimonials
Jobs
Affiliate Program
Richard Rost
Free Lessons
Mailing List
Order
 
Video Tutorials
Handbooks
Memberships
Learning Connection
Idiot's Guide to Excel
Volume Discounts
Payment Info
Shipping
Terms of Sale
Contact
 
Contact Info
Support Policy
Mailing Address
Phone Number
Fax Number
Course Survey
Email Richard
[email protected]
Blog RSS Feed    Twitter

YouTube Channel    LinkedIn
Copyright 2023 by Computer Learning Zone, Amicron, and Richard Rost. All Rights Reserved. Current Time: 5/31/2023 1:44:53 PM.