Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Greetings!
I have five list boxes (fields) A, B, C, D, E.
How do i ensure that when List Box E is selected, any other selection made in the other List Boxes A, B, C & D is cleared and only selection(s) in List Box E remains?
May be write an on field event trigger form Doc Properties - Triggers tab - On field Event trigger - then use On Select for that field in your case E. - Add action - Click selection in Action Type - Clear field then add the Field eg A - then repeat adding the Clear field for all the fields.
May be write an on field event trigger form Doc Properties - Triggers tab - On field Event trigger - then use On Select for that field in your case E. - Add action - Click selection in Action Type - Clear field then add the Field eg A - then repeat adding the Clear field for all the fields.