Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Repeasting rows of data until a specific number

Status
Not open for further replies.

jconway

Programmer
Dec 14, 2005
50
I have a table that holds a few fields, Supervisor ID, Team, ID. There are about 6 rows in this table. I also am generating a variable through another process that's typically in the 300's. I need to repeat the rows of the Supervisor table so it has the same number of rows as the variable. Any ideas on how to do this?

Thanks!
 
Use a for loop container.

Then declare a varaible and increment it for each itteration.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top