@RandyHayes @WarrenBelz
I have a Sharepoint list and a field called destination - it contains a string where we have the From and then the To separated by >> for example:
Here >> There
Starting town >> Ending town
I have a combobox where the user can select a destination but I want to separate the string so I have 2 comboboxes:
The From combobox will have the string up to the >> characters and the To combobox will have the string after the >> characters
So it should look like this:
Combobox1:
Here
Starting Town
etc
Combobox2:
There
Ending Town
etc
any assistance greatly appreciated