hey guys !
i have a query where i have value 0 in RiskCode filed
		
		
	
	
		 
	
and i have a textbox in form and in dbl click even i have
		 
	
	
	
	
		
and when i run dbl click event - it shows me empty list.
i even tried to call to table directly
	
	
	
		
but still empty list, while i have 2 records where riskcode = 0
i even tried
	
		
but no luck. any advice ? i guess maybe its deferent type of 0. like text or numbers..
 i have a query where i have value 0 in RiskCode filed
and i have a textbox in form and in dbl click even i have
		Code:
	
	
	="RiskID In(SELECT RiskID FROM Qddall WHERE riskcode=0)"and when i run dbl click event - it shows me empty list.
i even tried to call to table directly
		Code:
	
	
	[RiskCode]=0but still empty list, while i have 2 records where riskcode = 0
i even tried
		Code:
	
	
	[riskcode]=-1but no luck. any advice ? i guess maybe its deferent type of 0. like text or numbers..
 
	 
 
		 
 
		 
 
		 
 
		 
 
		