Hi everybody,
I'm running a report that summarizes invoices. I have a textbox that calculates the total of each invoice. It looks something like this:
=NZ([Labour],0) + NZ([Parts],0)
My problem is when both Labour and Parts are empty, the textbox shows a 0. I don't want this, but I can't seem to get it to go away.
Is there something I can do? I thought I could hide the field if its value is 0, or make the font colour the same as the background so you can't see it... but how!
Any help is greatly appreciated.
Thanks
-Alan
I'm running a report that summarizes invoices. I have a textbox that calculates the total of each invoice. It looks something like this:
=NZ([Labour],0) + NZ([Parts],0)
My problem is when both Labour and Parts are empty, the textbox shows a 0. I don't want this, but I can't seem to get it to go away.
Is there something I can do? I thought I could hide the field if its value is 0, or make the font colour the same as the background so you can't see it... but how!
Any help is greatly appreciated.
Thanks
-Alan