I'm trying to create a simple
VB.NET application that prints a page of 30 labels, all with the same record of information. The
vb query returns a single record without problem and I've created the Crystal Report, but when I run the application, only the first label has data.
How can I easily repeat that data 29 more times to print the same information on all the label on a sheet?
-Jason Pryor