M
Madhav
Hi,
I have a numeric field in my database, lets say
field "flag". Now if the value of the record is 1, i want
a * to be displayed on the report. I have tried this code,
but it did not work :
IIF([flag]=1,"*","#"), but this did not work. Please help
me with this.
I have a numeric field in my database, lets say
field "flag". Now if the value of the record is 1, i want
a * to be displayed on the report. I have tried this code,
but it did not work :
IIF([flag]=1,"*","#"), but this did not work. Please help
me with this.