Daer All,
I thought the issue below is the simplest one, but it turned out to be trick.
I have a field in MS Access sometimes its empty and sometimes it has a value, now in Json structure it is returning "" instead of null the accepted object, so I tried this but still failed, it keeps on returning "" instead of null
	
	
	
		
 I thought the issue below is the simplest one, but it turned out to be trick.
I have a field in MS Access sometimes its empty and sometimes it has a value, now in Json structure it is returning "" instead of null the accepted object, so I tried this but still failed, it keeps on returning "" instead of null
		Code:
	
	
	If(Me.Lpo = "")Then
Me.Lpo = null
End if 
	 
 
		 
 
		 
 
		 
 
		