G
Guest
I have the following fields in a table
ProductName, LocationName, Warehouse, UnitsIn, UnitsOut
I run querys to sort by either of these fields or their combunations and then create a report.
In the report detail I have:
LABELS = Product Whse Location Qty.
CONTROL = ProductName Warehouse LocationName =IIF((SumOfUnitsIn]-[SumOfUnitsOut]),"",
[SumOfUnitsIn]-[SumOfUnitsOut])
I 've tried =IIF((SumOfUnitsIn]-[SumOfUnitsOut]),"",[LoactionName]) for the control under location and setting it to can shrink and similar for the other controls but get an "#error" when printed or previewed.
How do I skip to the next detail if the qty = 0 so that it does not preview or print. Is there a formula or procedure that I can put in OnFormat or On Print. Help!!
ProductName, LocationName, Warehouse, UnitsIn, UnitsOut
I run querys to sort by either of these fields or their combunations and then create a report.
In the report detail I have:
LABELS = Product Whse Location Qty.
CONTROL = ProductName Warehouse LocationName =IIF((SumOfUnitsIn]-[SumOfUnitsOut]),"",
[SumOfUnitsIn]-[SumOfUnitsOut])
I 've tried =IIF((SumOfUnitsIn]-[SumOfUnitsOut]),"",[LoactionName]) for the control under location and setting it to can shrink and similar for the other controls but get an "#error" when printed or previewed.
How do I skip to the next detail if the qty = 0 so that it does not preview or print. Is there a formula or procedure that I can put in OnFormat or On Print. Help!!