E
Eric
I have a table with about 10,000 records. There are nine
long integer fields, SU1,SU2,SU3,SU4,SU5,SU6,SU7,SU8, SU9
that I want a total sum of. None of these are blank. My
problem is that when I do queries for these Sum
(SU1+SU2+SU3+SU4+SU5+SU6+SU7+SU8+SU9) versus Sum(SU1)+Sum
(SU2)+Sum(SU3)+Sum(SU4)+Sum(SU5)+Sum(SU6)+Sum(SU7)+Sum
(SU8)+Sum(SU9),the totals, about 73,500, are about 60
different.
Any Ideas?
long integer fields, SU1,SU2,SU3,SU4,SU5,SU6,SU7,SU8, SU9
that I want a total sum of. None of these are blank. My
problem is that when I do queries for these Sum
(SU1+SU2+SU3+SU4+SU5+SU6+SU7+SU8+SU9) versus Sum(SU1)+Sum
(SU2)+Sum(SU3)+Sum(SU4)+Sum(SU5)+Sum(SU6)+Sum(SU7)+Sum
(SU8)+Sum(SU9),the totals, about 73,500, are about 60
different.
Any Ideas?