Total is not calculating correctly

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Here is the setup:

In ClassID header I have: ClassDate, ClassName, CompetencieID, Credithours
In the detail I have:Competency name(each class could have multiple
competencies)

For my report total: If a class had 2 credit hours but 3 competencies in
the detail the Total Credit hours is reporting 6 instead of 2. The way I
have the calculation in the report total is =sum([credithours])

Any advice would help

JZ
 
If the CreditHours applies just to Class -- and shouldn't be counted/summed
for each Competencie, don't use the Sum function. That's what seems to be
the case here.

Larry Linson
Microsoft Access MVP
 

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

Total is not calculating correctly? 2
Calculated Totals 7
Grand Total for a calculated column - Access 2007 1
Text Box Total 2
Running Sum 13
Calculate Totals 3
Sum of calculated field 2
Report calculation 5

Back
Top