Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 VatsalyaSolanki
		
			VatsalyaSolanki
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I have a list box which contains all the fields of a table ($Field is used in Listbox Field), now I want another listbox which should display all the data of the field which is selected in the first listbox. Kindly help me to achieve this output.
 
                
            
         
					
				
		
 marcus_sommer
		
			marcus_sommer
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Maybe with: =$(='['&GetFieldSelections($Field)&']')
 
					
				
		
 MarcoWedel
		
			MarcoWedel
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 
					
				
		
 marcus_sommer
		
			marcus_sommer
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Maybe with: =$(='['&GetFieldSelections($Field)&']')
 
					
				
		
 MarcoWedel
		
			MarcoWedel
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		
maybe using
=$(=$Field)as ListBox expression:
 VatsalyaSolanki
		
			VatsalyaSolanki
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		@marcus_sommer Thankyou that worked well.
 VatsalyaSolanki
		
			VatsalyaSolanki
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thankyou @MarcoWedel that worked well
