M
Mike Abbott
I am using a simple parameter query to create a report of expenses.
One of the fields in the report is Chqno
for the rare occasions when I do pay by cheque.
Most of the values in the chqno field are zero and I would like to be able
to suppress the display of the zero.
I tried adding the following to the criteria in the query but it didn't
work.
If([chqno]>0,[chqno]," ")
Am I trying at the right point, or is there a report option that suppresses
zero fields?
Mike
One of the fields in the report is Chqno
for the rare occasions when I do pay by cheque.
Most of the values in the chqno field are zero and I would like to be able
to suppress the display of the zero.
I tried adding the following to the criteria in the query but it didn't
work.
If([chqno]>0,[chqno]," ")
Am I trying at the right point, or is there a report option that suppresses
zero fields?
Mike