I have a legacy FP application that stores data in a non-ideal format. Due to some government reports I need to extract data in their format.
Is there a way to extract from the following "David D" just "David" or from "Mary Ann" just "Mary". I need to extract out just their first name, no "Junior" etc. plus there can be no spaces etc. Since each name is a different length I need to check for the presence of a space and return everything to the left.
Thanks.
Is there a way to extract from the following "David D" just "David" or from "Mary Ann" just "Mary". I need to extract out just their first name, no "Junior" etc. plus there can be no spaces etc. Since each name is a different length I need to check for the presence of a space and return everything to the left.
Thanks.