How to Repeat a detail line n times.

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

Guest

How can a generate a report that repeats the detail line based on another
field in the table.. for example if accounts = 10 I want to produce the same
detail line 10 times.

Thanks rob
 
Use the logic in this article:
Printing a Quantity of a Label
at:
http://allenbrowne.com/ser-39.html

There is another technique you often see suggested, which involves repeating
the record by setting the report's runtime properties, but this technique is
unreliable.
 
Back
Top