How do I easily split a field into two seperate fields?
For example Smith, Jane parsed into two separate fields:
First Name = Jane
Last Name = Smith
And then how would I do it if the data is NOT separated by commas?
What is the syntex. Someone told me I should use the TRIM function???
Thanks
Dawn
For example Smith, Jane parsed into two separate fields:
First Name = Jane
Last Name = Smith
And then how would I do it if the data is NOT separated by commas?
What is the syntex. Someone told me I should use the TRIM function???
Thanks
Dawn