Free Lessons
Courses
Seminars
TechHelp
Fast Tips
Templates
Topic Index
Forum
ABCD
 
Home   Courses   Index   Templates   Seminars   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

InStrRev

Using the InStrRev Function

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

The InStrRev returns the position of an occurrence of one string within another, from the end of string.

=InstrRev ( searchin, searchfor [, start] [, compare] )

searchin is the string that will be searched.

searchfor is the string to search for.

start is optional. It is the starting position for the search. If this parameter is omitted, the search will begin at position 1.

compare is optional. This is the type of comparison to perform.

In this example we will use a given sentance: "Hello, My name is"

InStrRev - Function Engine

The result is 14.

The Settings are:

Compare
ConstantValueDescription
vbUseCompareOption-1Performs a comparison using the setting of the Option Compare statement.
vbBinaryCompare0Performs a binary comparison.
vbTextCompare1Performs a textual comparison.
vbDatabaseCompare2Performs a comparison based on information in your database. (Microsoft Office Access 2007 only.)

The Return Values:

Return Values
IfInStrRev Returns
searchin is zero-length0
searchin is NullNull
searchfor is zero-lengthstart
searchfor is NullNull
searchfor is not found0
searchfor is found within searchinPosition at which match is found
start > Len(searchfor)0

FORM

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

	=InStrRev("Hello, My name is", "e")
	
VBA

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

	Private Sub Form_Load()
		txtInStrRev = InStrRev("Hello, My name is", "e")
	End Sub
	

Course(s) / Seminar(s)

Want to learn more? Request this via the contact form.

Tips

See this FREE Tip on InStrRev.

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

 

 

 

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
PCResale.NET
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    YouTube Channel

LinkedIn
Copyright 2024 by Computer Learning Zone, Amicron, and Richard Rost. All Rights Reserved. Current Time: 11/9/2024 4:45:44 AM. PLT: 1s