SteveGriff Posted December 13, 2001 Posted December 13, 2001 Catch my drift? Is there a quick and easy way to retrieve the first letter of each word using scriptmaker? Thanxs Steve
rdhaden Posted December 13, 2001 Posted December 13, 2001 Left(LeftWords(Name, 1), 1) & Left(RightWords(Name, 1), 1) If your Name Field will always be First Name-Last Name, or First Name-Anything in between-Last Name There is a MiddleWords too, if you need the middle initial.
Recommended Posts
This topic is 8725 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now