sngiles
February 19th, 2007, 10:02 PM
My record selection formula is
{intall.REF_NO1} = {?TransferNo} AND {intall.QTY}>0 AND {inmloc.INLLOC#} = "AA"
I have the followering on my report;-
inmloc.INLLOC#, inmloc.INMSTK# inmstk.DESC inmloc.BIN_LOC & SW_Bin_LOC
The inmloc.BIN_LOC shows the location of items at inmloc.INLLOC# = "AA" but how do I get SW_Bin_LOC to show the locations for where inmloc.INLLOC# = "SW" on the same line as the "AA" items?
Thanks in advance
{intall.REF_NO1} = {?TransferNo} AND {intall.QTY}>0 AND {inmloc.INLLOC#} = "AA"
I have the followering on my report;-
inmloc.INLLOC#, inmloc.INMSTK# inmstk.DESC inmloc.BIN_LOC & SW_Bin_LOC
The inmloc.BIN_LOC shows the location of items at inmloc.INLLOC# = "AA" but how do I get SW_Bin_LOC to show the locations for where inmloc.INLLOC# = "SW" on the same line as the "AA" items?
Thanks in advance