I'm creating a report on our inventory levels. Therefore I have the following fields:
part
description
stocklevel
onhand
need
onorder
toorder
toorder=stocklevel+onhand-need-onorder
Now, if toorder <= 0 I do't want anything displayed. I was hoping someone could point me in the right direction on this one.
Thanks,
Andrew
"If you say you can, or you say you can't, you're right!"
-- Henry Ford
part
description
stocklevel
onhand
need
onorder
toorder
toorder=stocklevel+onhand-need-onorder
Now, if toorder <= 0 I do't want anything displayed. I was hoping someone could point me in the right direction on this one.
Thanks,
Andrew
"If you say you can, or you say you can't, you're right!"
-- Henry Ford