Print single row of query

FrankieM

New member
Local time
Today, 14:40
Joined
Oct 26, 2009
Messages
3
I have created a query which has several rows of data.
Can I create a report which will print out each row of data on a separate report.
Thank you for any reply
 
In a report,

One approach might be to use a GroupBy setting (e.g., your record number/ID), then ForceNewPage property to start a new page for each new record number/ID.

Alan
 
Hello Alan
thanks for the reply - I have just actually found the solution elsewhere
If I Force a New Page on the section details it sorts my problem
 

Users who are viewing this thread

Back
Top Bottom