I have a database of records of different items that I am ordering and I
have
different amounts of each item that I would like to order. I would like
to
print a label to place on the out side of each item to identify its
contents.
If I have 6 of one item I need 6 copies of that idividual label, and it i
want 15 of another item then I am going to need 15 copies of that label
with
its information also. I am trying to have this all done in the same
report.
To make it real simple in my table i have a column that has the amount of
copies of the label I need to have. I just need to tell the report to
repeat
it that amount of time acording to that number in the column. But the
number is not a constant in the report.
Duane Hookom said:
Just tell us exactly what you have for records and how you would like
these
displayed in your report.
I prefer to keep communication in the news group and off the clock.
--
Duane Hookom
MS Access MVP
Ben said:
I pretty good with access but I am not understanding you. If you would
prefere to email me my emai li (e-mail address removed)
:
Not really, If you have a question about this solution, just ask.
--
Duane Hookom
MS Access MVP
Do you know of any good website to find more speciific instructions
on
doing
this
:
You can create a table of all numbers (tblNums.Num). Add this table
to
your
report's record source and set the criteria under tblNum.Num to
<=[QuantityField]
--
Duane Hookom
MS Access MVP
I am trying to make a label report and have it that specific label
repeat
according to how many of that item are on order. The number will
change
from
record to record for the amount of times. I already know how to
make
it
repeat a fixed number of times.