I have a database where I have 3 numbers let's say 3, 12, 10 now the third number is telling me how many times I have to display the other two here it will be<br><br>3 12<br>3 12<br>3 12<br>3 12<br>..<br>3 12<br><br>until it display 10 times programming it will be easy because it's only a for but I don't know if Crystal has such a thing and if not how can I do it?