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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 
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?
 
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"?
 
Back
Top