Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Reports / Printing / December 2005

Tip: Looking for answers? Try searching our database.

Grouping on reports

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Mike - 03 Dec 2005 19:12 GMT
Hello everyone, I am currently working on a database for a local
newspaper to keep track of inserts to be inserted weekly into papers
that go to different post offices. I am having trouble getting the
report to display the way that i want it. I ran a query to gather the
postoffices and inserts that go for the current week. I want the report
to display something like this.

postoffice1    insert1
postoffice2    insert2
                  insert3
--------------------------------
postoffice3   insert2
postoffice4   insert3

I am unable to get the grouping correct. Acces is only allowing me to
display 1 post office per page instead of grouping all the post offices
that have the same inserts together.

Any help would be greatly appreciated

Thanks,
Mike
Duane Hookom - 03 Dec 2005 20:56 GMT
You base you main report on your table of insert groups. Add two
side-by-side subreports: one for PostOffices and one for Inserts.

Your insert groups table is related to Inserts (inserts that are grouped
together). Then there is a table of PostOffices that receive the insert
group.

tblPostOffices
=============
PostOfficeID

tblInserts
=============
InsertID

tblGroups
=============
GroupID  autonumber primary key

tblInsertGroups
============
GroupID
InsertID

tblPostOfficeInsertGroups
==============
GroupID
PostOfficeID

Signature

Duane Hookom
MS Access MVP
--

> Hello everyone, I am currently working on a database for a local
> newspaper to keep track of inserts to be inserted weekly into papers
[quoted text clipped - 18 lines]
> Thanks,
> Mike
Mike - 04 Dec 2005 01:18 GMT
Duane thats a good way of going about it. Thanks. My next question is
whats the best way to make the inserts groups because there is never
really any set groups. 1 week i could have 3 groups the next week i
could have 17. It all depends on who gets what that particular week.
Hope you know what i mean i don't think i explained it to well.

Thanks Again
Mike
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.