Query to use first initial of name only

headlock

New member
Local time
Today, 18:44
Joined
Aug 19, 2012
Messages
9
Hi there, I want to make labels. (That much I can do and can cantonate the first and last names ok thanks to previous helps from this site). I need to be able to have lastname, Firstname with only the first name initial not the whole name & secondname again with only the first initial like such....Myname, N. & L. My question is how do I get that in a query? Is there even such a thing to be able to do that? Thanks for all your help.
 
Yes, but how do I put it all together in a query. I can get it to do one name eg....
Labels: Left([First Name],1)
But am not sure how to word the whole query with ...Mylastname, N. & L. I can do a code that gives me Mylastname, Firstname & Secondname but I only want the first initials for both Firstname & Secondname. I can't seem to put them all in a code with Left without an error.
 
Ok, figured it out thank you. I hadn't put the brackets in the right place hence the error.
 

Users who are viewing this thread

Back
Top Bottom