creating box labels

  • Thread starter Thread starter ronaldo
  • Start date Start date
R

ronaldo

Can anyone get me started in the right direction as far as
creating a box label where I will get a certain number of
box labels, each one with a line of text "Box 1 of 5", the
next Box 2 of 5", etc.
 
ronaldo said:
Can anyone get me started in the right direction as far as
creating a box label where I will get a certain number of
box labels, each one with a line of text "Box 1 of 5", the
next Box 2 of 5", etc.


We could probably get you started if you'll get us started
by telling us what data your label report is working with.

If you have a single record with a shipping address or some
such, then you can approach your problem by creating a new
table called Numbers with one field named NumCopies.

Then you can create a query that uses both your data table
and the Numbers table with no join line between them. Set
the criteria of the key column to whatever you're using to
select the desired record. Drag the NumCopies field to the
query's field list and set its criteria to whatever you're
using to specify the number of copies to print.
 
Back
Top