Take heed to Helen's advice.
If you "Grouped" the report, then duplicates would not be an issue.
For example, if you grouped an Order's report by State, then all the Orders in NY would be listed under "One" state heading (NY).
Thus there is no need to repeat NY for ever single record.
The same would be true for every other State.
They would each have their own grouping.
Check out the Northwind Sample database:
http://www.microsoft.com/d
...and look at the "Orders" table.
Play around with creating "Grouped" reports using the Report Wizard.with this table:
Group by Customer
Group by Order
Group By Shipper
Group By Country
Group By Employee (First level Group) and in the same report, also group by CustomerID (Second Level Group).
...etc
You will begin to get a feel for how these report are created and what they will look like.
Here is a great reference book of Creating Reports in MS Access:
http://www.amazon.com/Micr
;-)
JeffCoachman
Main Topics
Browse All Topics





by: Helen_FeddemaPosted on 2009-11-01 at 16:24:57ID: 25716336
It is confusing to have a report with the qry prefix, so I recommend renaming the report rptForPrintMinutes. The duplicates can be suppressed by setting HideDuplicates to Yes for most (if not all) of the fields. However, I think you might be better off with Meeting ID as the top-level group, since it is the "one" table in relationship to Session and Status. Also, the report is much too wide (even for Legal Landscape paper) -- it needs to be made more compact.
Generally speaking, the fields should be in order of the groups, so I would put Meeting first, then Session or Status, then Start Date (or whichever date field you want to sort by).
You only have one Meeting record, which makes it rather difficult to test the report.