i have in variables drange and dday with values 0 and 1-31 respectively. i have a textbox in my report and i put this in "print when"
iif(drange=0,iif(dday!="30" or dday!="31",dday,""
that is, i do not want to print values 30 and 31 if drange=0.
i run my report, and i get no values displayed for textbox dday.
what's wrong?
TIA