Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

struggling to design this particualr report. Help me

Status
Not open for further replies.

kavya

Programmer
Feb 21, 2001
83
US
I have a 'Company' table
The primary key of company table is 'CIK"

Company table has fields 'Type_Org' 'Sec_region' 'state_code'

They should be first grouped by region, and then by state and number of records should be calculated from each state and withing the state they may belong to different organizations.(type_org)There are 5 type orgs. 'S', 'P', 'C', 'L' and other.
Count of records with each type of type org, say how many with 'S', how many with 'P', how many with 'C' within that state.
Please some one suggest me and help me a way to design this report.
Thanks


 
well let's first start out by getting the report grouped the way you want it without the counting. You can do this easily through the report wizard when it asks you how you want to view your data and if you want to add grouping levels. After you get the report set up, let me know, and then we can work on getting the totals you want.

Dawn
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top