creating box labels

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.
 
M

Marshall Barton

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top