BAQ - Bin Info

Using the PartBin - displaying:
WarehouseCode
BinNum
PartNum
PartBinQtyonHand

In the Table Criteria I have
BinNum Begins M constant

Works Great - I need to add another criteria BinNum contains Packout.

I have tried or with contains %Packout% without luck.

Suggestions :-).

Use like instead of contains

2 Likes

Getting Incorrect syntax ‘PACK’

Try %PACK% as a constant, not an expression.

1 Like

Thanks David that worked Great.