loveyoursite
Technical User
CRV10. I have a string field EMAIL_ADDRESS. I need to extract part of the data into two seperate fields for a report. For example, Doe.James@companyname.com The result I need is everything before the first . is lastname and everything after the . up to @ is firstname. So the result would be:
lastname firstname
Doe James
I would appreciate anyone's help. By the way, what I need to do in the end is reverse the data in the field so that instead of Doe.James@companyname.com the data would be James.Doe@companyname.com. I figured there was not a way to do this in Crystal (then use another program to reload the data which I have) so that's why I'm breaking the data into two fields. Unless some of you experts out there know how?
lastname firstname
Doe James
I would appreciate anyone's help. By the way, what I need to do in the end is reverse the data in the field so that instead of Doe.James@companyname.com the data would be James.Doe@companyname.com. I figured there was not a way to do this in Crystal (then use another program to reload the data which I have) so that's why I'm breaking the data into two fields. Unless some of you experts out there know how?