I would like to show "YES" if a control is not null or a "-" if it is empty or null.
From what I understand of the Format property this should be
	
	
	
		
But Access removes the quotes from the second part.
So how can I use a "-" in the property?
Thanks guys in advance.
 From what I understand of the Format property this should be
		Code:
	
	
	"Yes";"-"
	So how can I use a "-" in the property?
Thanks guys in advance.