T
TomN
I have a multi-column table. Three of the columns are Last Name, First Name
and Date of Birth (mm/dd/yyyy). I'd like to create another column as a
unique identifier based on these three. The fourth column would be first
three of last name, first three of first name, then date of birth
(LLLFFFMMDDYY).
So John Smith with date of birth 11/24/1970 would be SMIJOH112470. Any idea
how I could do that? I'm a novice and am learning as I go.
I know that there may be times when the first or last name are less than
three letters. So "Al Vu" with DOB 12/25/55, would be VUAL122555.
A huge thanks to anyone that replies.
and Date of Birth (mm/dd/yyyy). I'd like to create another column as a
unique identifier based on these three. The fourth column would be first
three of last name, first three of first name, then date of birth
(LLLFFFMMDDYY).
So John Smith with date of birth 11/24/1970 would be SMIJOH112470. Any idea
how I could do that? I'm a novice and am learning as I go.
I know that there may be times when the first or last name are less than
three letters. So "Al Vu" with DOB 12/25/55, would be VUAL122555.
A huge thanks to anyone that replies.