How do I set-up to print multiple labels for one entry?

B

bfroehlich

I am printing labels from access, but need three labels printed for each data
entry that is in the database. Is there anyway that that can be done?
 
D

Duane Hookom

Create a table "tblNums" with a numeric field named "Num". Add three records
with the values 1, 2, & 3.
Add this table to your report's record source and don't join it to any other
table. Add the Num field to the query grid to get three copies of each
record.
 
J

Joel

I need to make a different number of labels for each person. I have a
"contact" field and a "Quantity" field. how would I make the "Quantity" field
tell access how many labels to make?
 
J

Joel

I have to make a different number of labels for each person. I have a
"Quantity" and a "Contact" field. How can I tell access to use the "Quantity"
to make that number of labels for that "Contact"?
 

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