How to Use the Mid Function to Get the Right Side of a String in Microsoft Access

4 months ago
2

In this Microsoft Access tutorial, I will show you how to use the Mid function to extract the right side of a string, an easier alternative to the traditional Right function. Learn how to handle variable string positions, split full names, and simplify your data manipulation processes.

LEARN MORE:
Mid = Right: https://599cd.com/MidRight

PREREQUISITES:
String Functions: https://599cd.com/String

USAGE:
SpacePos: InStr([FullName]," ")
FirstName: Left([FullName],[SpacePos]-1)
OldLastName: Right([FullName],Len([FullName])-[SpacePos])
NewLastName: Mid([FullName],[SpacePos]+1)

RECOMMENDED COURSES:
Access Beginner 1: https://599cd.com/ACB1

FREE TEMPLATE DOWNLOADS:
TechHelp Free Templates: https://599cd.com/THFree
Blank Template: https://599cd.com/Blank
Contact Management: https://599cd.com/Contacts
Order Entry & Invoicing: https://599cd.com/Invoicing
More Access Templates: https://599cd.com/AccessTemplates

ADDITIONAL RESOURCES:
FREE Access Beginner Level 1: https://599cd.com/Free1
How to Use Access in 30 Minutes: https://599cd.com/30Minutes
$1 Access Level 2: https://599cd.com/1Dollar
Donate to my Tip Jar: https://599cd.com/TipJar
Get on my Mailing List: https://599cd.com/YTML
Contact Me: https://599cd.com/Contact
TechHelp: https://599cd.com/TechHelp
Consulting Help: https://599cd.com/DevNet
Twitter: https://twitter.com/LearningAccess
https://en.wikipedia.org/wiki/Microsoft_Access
https://products.office.com/en-us/access
https://microsoft.com/en-us/microsoft-365/blog/access/

KEYWORDS:
TechHelp, Access 2016, Access 2019, Access 2021, Access 365, Microsoft Access, MS Access, MS Access Tutorial, #msaccess, #microsoftaccess, #help, #howto, #tutorial, #learn, #lesson, #training, #database, Mid Function Microsoft Access, Right Side String Access, Mid Function vs Right Function, Extract Last Name Access Query, String Manipulation Access, Access String Functions Tutorial, Full Name Split Access, Text Functions Access Database, Access Data Import Full Name, String Length Position Access

QUESTIONS:
Please feel free to post your questions or comments below. Thanks.
Live long, and prosper.

Loading comments...