Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi
i have two list boxes (1 and 2) with exactly the same field values. when i select a value from list box 1, i want that this Triggers the selection of exactly the same field value in list box 2, do i Need a macro for this?
thanks
No, you can add a Select in Field action to the OnSelect field trigger of the field in list box 1. You can find the triggers on the Triggers tab of the document properties window. Select the field, click on the Add Action(s) button below OnSelect. Then click Add to add an action. Select the Select in Field action. Choose the field of list box 2 as Field and the field name of list box 1 as Search string.
No, you can add a Select in Field action to the OnSelect field trigger of the field in list box 1. You can find the triggers on the Triggers tab of the document properties window. Select the field, click on the Add Action(s) button below OnSelect. Then click Add to add an action. Select the Select in Field action. Choose the field of list box 2 as Field and the field name of list box 1 as Search string.
thanks
how can i select exactly the same value of the list box 2, when selecting a value in the list box 1?
See my post above.
thanks , it worked