I want to create a Form in Microsoft Word which is quite dynamic and enables the user to add multiple regions. The relevant data contains date-specific events which are sorted descendant. If you insert a new event, it has to appear on top of the list of regions.
As far as I know, you can only insert new regions under the last region. Is there a possibility to change this OR do I have to implement a snippet with Word-Macros to enable it?
EDIT (Curriculum Vitae - Example):
- Primary School - 19xx - 19xx (I would call this line a 'region')
- College - 19xx - 19xx
- '__' - Date1 - Date2 (+)
So this is sorted in ascending order. WRONG! If i press the +-Button a new region is inserted underneath. I want to achieve something like this:
- '__' - Date1 - Date2 (+)
- College - 19xx - 19xx
- Primary School - 19xx - 19xx
A new region is inserted above automatically.