Hi,
I am trying to split a field from a query to create multiple records. I am trying to run a search query that searches a field postcode and finds all addresses under it but they are all in one field like so:
PRMF
Craven House; Ample Mansion; WHSmith; Bulevard Terrace.
I would like to split them by the semicolom ";" so they are seperate records like:
PRMF
Craven House
Ample Mansion
WHSmith
Bulevard Terrace.
Any help very much appreciated, Thanks in advance.
I am trying to split a field from a query to create multiple records. I am trying to run a search query that searches a field postcode and finds all addresses under it but they are all in one field like so:
PRMF
Craven House; Ample Mansion; WHSmith; Bulevard Terrace.
I would like to split them by the semicolom ";" so they are seperate records like:
PRMF
Craven House
Ample Mansion
WHSmith
Bulevard Terrace.
Any help very much appreciated, Thanks in advance.