On the print confirmation the lines and qty duplicate.
lines nbrs 1 and 3.


On the print confirmation the lines and qty duplicate.
lines nbrs 1 and 3.


Best answer by bwhite49
You could add a condition in that join where SOPackageDetailex.LineNbr = 1. This would exist right below SOShipment.ShipmentNbr = SOPackageDetailex.ShipmentNbr
This should show the first tracking number in the list but it’s messy because I think it’s possible that line nbr 1 could not exist in some cases.
You best bet is to create a sub report to display all tracking numbers. Basically, you will embed the tracking number list inside the form, but it will not affect the behavior of the form (no more duplicates).
Creating a sub report can be tricky though. I’m not sure if I can point you to the best resource to create one.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.