I've got a report I'm working on that needs to take a list of items between two dates and determine whether it should be counted per case or by pallet.
Basically, if there are more than 12 cases, it is counted as a pallet. If not, they are counted by case.
I need to figure out how to sort and count these accordingly--For anything less than 12 cases, I need to count each case, and for anything more than or equal to 12 cases, I need to count it as one pallet.
I also need the report to group it accordingly--anything less than 12 cases under "Cases", and anything more than or equal to 12 under "Pallets".
Any ideas?
Thanks!
Basically, if there are more than 12 cases, it is counted as a pallet. If not, they are counted by case.
I need to figure out how to sort and count these accordingly--For anything less than 12 cases, I need to count each case, and for anything more than or equal to 12 cases, I need to count it as one pallet.
I also need the report to group it accordingly--anything less than 12 cases under "Cases", and anything more than or equal to 12 under "Pallets".
Any ideas?
Thanks!