I'm using Crystal 10. I'm working with many excel files to join with our existing SQL database. The problem is that the name field is mixed (last name first name AND first name last name) I'm looking to match this full name field by name with my last name first name fields. I think I need to look at the excel name field, find a blank and call everything to the left of the blank last name and everything to the right of the blank first name. If I can get help with this, I can match it up with my SQL files.
HELP!!!
HELP!!!