Yes, it sounds like your using either Sum, as Lacutah mentioned, or you're using count on the record selection.
If you have a sum, or count, in your table then you may be mapping the incorrect field.
You should be mapping only the SubjectMaster field that holds the name of the subject.
Hope this helps
Main Topics
Browse All Topics





by: LacutahPosted on 2005-07-28 at 11:29:21ID: 14548618
How about using max(subject) instead of sum(subject) - this is a trick I would often use in Access when creating cross-tab queries where the value wasn't really something that needed to be calculated.