i wish to produce a delivery note which needs to print an empty box for manually ticking.
i need a box for each item quantity i.e 5 items on the job print 5 boxes. 20 items print 20 boxes.
i have been able to use very crude code if there is only a few items, using if qty =1 then / 1/ else if qty = 2 then / 1/ / 2 / etc etc that works and prints the / 1 / 2 / which is ok but there must be a simpler way as it the job has more that
it would be much better and far more useful for other reports to print a box or item.
many thanks
i need a box for each item quantity i.e 5 items on the job print 5 boxes. 20 items print 20 boxes.
i have been able to use very crude code if there is only a few items, using if qty =1 then / 1/ else if qty = 2 then / 1/ / 2 / etc etc that works and prints the / 1 / 2 / which is ok but there must be a simpler way as it the job has more that
it would be much better and far more useful for other reports to print a box or item.
many thanks