Hi all,
I have a sharepoint list with 'Office Location' and 'Region', where 'Office Location' is a Multi Select Combo Box.
We have staff that can attend multiples sites sometimes across multiple regions.
What I am looking to do is have the 'Region' field auto populate based on the 'Office Location'.
An example of the lookup list data could be
Office 1 | North
Office 2 | North
Office 3 | East
Office 4 | East
Office 5 | South
What I would need to be able to do, is that if a user picks Office 1, Office 2 and Office 5, Region would auto populate with North and South, with North only showing once.
Any ideas of how I could achieve this?