Need help using report as template for multiple datasets.

thrainpa

Registered User.
Local time
Today, 13:31
Joined
Dec 1, 2011
Messages
29
Hi,

I'm trying to use a single report as a letter template.
I have a subform datasheet of X amount of rows and Y amount of columns.
I want to use the report as a template to create X reports using data in the sheet.

Basically I want a report for each row using this 1 template.

Is this possible?

Thanks in advance!
 
Last edited:
You are thinking of Access as an Excel application. Access doesn't use Rows and Columns, it uses Records and Fields, so mentioning X rows and Y columns isn't helpful.

Create the report and link it to your table. Group by the field that uniquely identifies each record and set the Force New Page property of the group's Footer section to After Section.
 
You are thinking of Access as an Excel application. Access doesn't use Rows and Columns, it uses Records and Fields, so mentioning X rows and Y columns isn't helpful.

Create the report and link it to your table. Group by the field that uniquely identifies each record and set the Force New Page property of the group's Footer section to After Section.

Then I will be more specific, The datasheet is a subform in datasheet view which is filtered by a query.

I already have variables calculated to return the number of rows in the datasheet returned from the query, Let's call this Z, I want to open Z reports using the recordset from each row based on a single report template.
 

Users who are viewing this thread

Back
Top Bottom