Hi, I need to know how to use a parameter field to select records based on a related field, here's some sample data and an explanation:
We need to print shipping documents whenever our warehouse ships an order , we use the order number as our parameter field to do this. Now, we want to be able to use any box number to print the shipping documents for the whole order, so, in the example below the user will input box number 3 (or 4 or 9, etc) without needing to know the order number, and still be able to print shipping documents for the whole order. Thank you for your help.
Box number Order
3 40
4 40
5 40
6 40
9 40
12 40
15 40
We need to print shipping documents whenever our warehouse ships an order , we use the order number as our parameter field to do this. Now, we want to be able to use any box number to print the shipping documents for the whole order, so, in the example below the user will input box number 3 (or 4 or 9, etc) without needing to know the order number, and still be able to print shipping documents for the whole order. Thank you for your help.
Box number Order
3 40
4 40
5 40
6 40
9 40
12 40
15 40