consolidated report

  • Thread starter Thread starter Ramesh
  • Start date Start date
R

Ramesh

Hi,

I have a table in access with the fields Date and Enquirytype. There are 5
enquiry types. I require a report that gives monthwise the number of each
enquiry type. for eg. in oct 06, how many records have A type enquiry. Say
the columns with enquiry type and the rows being the months.

can i do this in access or is this easier to export the data to Excel and
generate the report? Could someone give some pointer? I ve been using both
excel and access for long but not anything done anything advanced like
reports.

Thanks
ramesh
 
In Access, you can use the Report Wizard to create a report that groups
the date by month, then groups by enquiry type.
In the report design view, set the detail section to visible=No.
In the enquiry type header, add a text box with the control source:
=Count(*)
If you need help with the report, you could post a question in one of
the Access newsgroups.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Consolidted report 1
Sub Report Repeating 9
Reporting by month and year 3
Duplicating Reports 3
SUM of COUNT? 8
How to Control Which Printer MS Word Prints To 1
Help With Linking 4
Reports from tick boxes 2

Back
Top