Hello
I have a column, "GivenNames", which holds the first name and any additional (middle names) of individuals. The surnames are held in a different column"LastName".Desired result:
I need to create a query for a report which separates the data held in"GivenNames" into two columns: one column should just have the first name and the second column should haveany additional (middle names) of the individual.
Below is some sample data and how the results of the query should look:
Sample data:
RefCode LastName GivenNames SMITHJ Smith John James SMITHP Smith Paul Michael Charles SMITHK Smith Karen
RefCode LastName FirstName MiddleNames SMITHJ Smith John James SMITHP Smith Paul Michael Charles SMITHK Smith Karen
I look forward to hearing from the forum.
Kind regards.
Taryn