Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 gautik92
		
			gautik92
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I Have a table lik
ZoneID ZoneName
1 South
2 South1
3 West
4 west1
5 east
6 east1
7 north
8 north1
I want south and south1 to be selected always but i don want to keep zone in listbox
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		If you always want south and south1 to be selected, then select those two in the list box and lock down your selections 
 
					
				
		
 alexandros17
		
			alexandros17
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Use a trigger at the opening of the document.
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		
but i don want to keep zone in listbox
Not sure what you mean here?
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		If you always want south and south1 to be selected, then select those two in the list box and lock down your selections 
 
					
				
		
Hi,
use 2 On Open triggers in
Document Properties : Triggers
Select in field : ZoneName
Value : South
Select in field : ZoneName
Value : South1
Thanks and Regards
khushboo
