Multiple Items in one Report

JoshuaNerenberg

New member
Local time
Today, 13:56
Joined
Mar 1, 2002
Messages
5
I am upgrading an database that I created last year for my company's customer and supplier claims. I am working on the supplier claim form. Currently, we manual enter all the information in to the database. I am now working on linking our production computer systerm with the database.

For supplier claims, it treats each ID as a seperate line item. I have built the query to give me all the information I need.

My problem is that the report only prints 1 tag per report. So if my claim has 2 ID's it prints out two reports with the same claim nuber with 1 ID on one and one ID on the other. How do I get it to put all ID's with the same claim number on 1 report
 
Use "Group By" to group the ID's under a single Claim #. You may need to change your report layout.
 
I have tried all the ways to use the grouping feature on the report and I still am getting each ID on a seperate report. Any other hints
 
is there a manual page break object in your report?

Does the detail section's Force New Page property set to something besides "None"?
 

Users who are viewing this thread

Back
Top Bottom