I am trying to create a label for parts bins.
each bin has 1 - 5 items
each item has a unique location (IE. AB01C02) Called Loc
A B 01 C 02
Isle Bay Shelf Box Slot
label looks like the following
*Label header*
=Left([Loc],4)
*Detail*
=Right([Loc],2)*+* PartNo *+* Description
when i set it up like this and adjust the Row Height I only get one piece of info per label and if i dont adjust the row height then i just get a grouped report
How can make the label look like the following
AB01C
01 *+* PartNo *+* Description
02 *+* PartNo *+* Description
03 *+* PartNo *+* Description
AB01D
01 *+* PartNo *+* Description
02 *+* PartNo *+* Description
03 *+* PartNo *+* Description
04 *+* PartNo *+* Description
AD01E
01 *+* PartNo *+* Description
02 *+* PartNo *+* Description