Hi, I want to create a Wrong shippment report which includes wrong item shipped, late shipment, wrong shipment method and others fields. Only if the order has wrong item shipped or late shippment or wrong shipment method or others, the outputs are displayed. I try to write the code, but it miss some data when I run the report. Can anyone give me any advise?
Thanks in advance!
0
Comments
You can always post your code & explain what the code is trying to do.
Sometimes it's all in the details
http://www.BiloBeauty.com
http://www.autismspeaks.org
If "Shipment"."Wrong shipment" Or
"Shipment"."Wrong item shippment" or
"Shipment"."Wrong shipment method" or
"Shipment"."late shipment" or
"Shipment"."Others" then
CurrReport.SHOWOUTPUT
Else
CurrReport.SKIP
Why I miss some data in the report
RIS Plus, LLC