Hi there... I have a field that contains the following data:
FirstName
edro LastName:Campos Restaurant:BI Strand Location:North Month:March
I need to extract the data into different fields like this:
Field1: Pedro
Field2: Campos
Field3: BI Strand
Field4: North
Can someone explain how to extra the information I want into different fields
FirstName

I need to extract the data into different fields like this:
Field1: Pedro
Field2: Campos
Field3: BI Strand
Field4: North
Can someone explain how to extra the information I want into different fields