N
Newbie
Hi
I want to replace all 0 or null entries with the character "-"
what will the syntax be?
I have tried
=iif(isnull(forms1.txtbox),"-",iif(forms1.txtbox=0,"-",forms1.txtbox))
but I get incorrect syntax message
I want to replace all 0 or null entries with the character "-"
what will the syntax be?
I have tried
=iif(isnull(forms1.txtbox),"-",iif(forms1.txtbox=0,"-",forms1.txtbox))
but I get incorrect syntax message