Report hassle!!!!!!!!!

bronwyn

Board Regular
Joined
Jun 12, 2004
Messages
93
Hi there, I have a very basic dbase which includes the following tables:

Courses
course number text 4 chars PK
course name Text 35 char

Students
Mat Number text 4 chars PK
name text 25 chars
address text 40 chars
dob date
course number text 4 chars

Modules
module number text 4 chars PK
module name text 30
cost currency
credit text 2 chars

Student/Modules
Mat Number text 4 PK
Module Number text 4 PK
result text 6 chars

what i am trying to do is create a report showing student name, module name, credit and result. the records are to be grouped on student name with subtotals for each group on credit, which is built as a text field but could be a number ie 1, 2, 3 etc.

the problem that i seem to be getting is that when i run the report, i get subtotals for each module as opposed to a subtotal for each individual matriculation number. any help or ideas would be greatly appreciated, thanks in advance

bronny
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
If your data is in a simple table with row 1 column headings and data underneath then pivot tables will enable you to cut the data however you wish.
 
Upvote 0
Hi Bronny

If you go into your report design, Click View -> Sorting and Grouping, what are the current settings? I'm a little confused but I think you were asking for subtotals by student (and I think a student = matriculation number) so what you should see is grouping and sorting by student name.

At the moment it may show grouping by module number under the heading "field/expression" - if this is the case then you need to either delete that entry (in the sorting and grouping screen) or change it to student name. In the group properties part of the screen, make sure the group footer is set to yes and if you want to keep all of the students module results together on the same page, then set the "keep together" field to "yes".

Back in the report design, you then need to set up the subtotal in the student name footer section of the report. Post back here if you need help with this bit.

HTH, Andrew. :)
 
Upvote 0

Forum statistics

Threads
1,221,821
Messages
6,162,157
Members
451,750
Latest member
pnkundalia

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top