Jump to content

This topic is 8573 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

Hope this doesn't make me sound too much like a newbie, but:

I have a list of names that I import from Excel as First Name and Last Name. I need to make a merged name for labeling purposes. Ex:

Derek Jeter----->jeter.d

There is other info at the end, but this is where my problem is.

Can I define the First Name field to have a maximum of 1 character no matter what is imported?

Sorry if this just way too simple, and TIA

Creepy

Posted

No idiots here otherwise you couldn't ask the questions.

cool.gif" border="0

RightWords(name,1) &"." & Left(name,1)

Using your example this name= Derek Jeter

The calculation takes the right word "Jeter" adds . and the first letter of the left word or the first name. If all names are two words no problem but if there are different number of words in different records you may have to make some adjustments.

This topic is 8573 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.