I have a query that display clients first and last names in two separate fields. I want to modify it so that it displays only the first letter of the first name in the FirstName field.
Likewise, you can use the RIGHT function to select characters on the right side of your string. This obviously dosen't apply to your situation, but still good to know.
Left(field name or string,#)
Right(field name or string,#)
# equals the number of characters you want to see. So if you want the last 3 characters of a model number for example...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.