Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 felcar2013
		
			felcar2013
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
 Gysbert_Wassena
		
			Gysbert_WassenaNo, 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.
 Gysbert_Wassena
		
			Gysbert_WassenaNo, 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.
 felcar2013
		
			felcar2013
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		thanks
how can i select exactly the same value of the list box 2, when selecting a value in the list box 1?
 Gysbert_Wassena
		
			Gysbert_WassenaSee my post above.
 felcar2013
		
			felcar2013
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		thanks , it worked
