L
Lin
I have a query with fields showing below.
Mfr Model 1984 1985 1986 1987 1988 1989 ...........................2008
I need to sum the field from 1984 to 2003 and put that in one field. When I
tried this function (Sum[1984]+[1985]+...............+[1990], it is working,
the problem is it is not fit in one fields (Access summing only 7 fields). So
I broke it down and made 3 fields and try to make another query to summing
them again. The first query is working fine, when I try to summing the second
one (which basically coming from the first one with three fileds & trying add
the three fields) it is not working. any one know, why? Any help, really
appreciated.
Thank you
Mfr Model 1984 1985 1986 1987 1988 1989 ...........................2008
I need to sum the field from 1984 to 2003 and put that in one field. When I
tried this function (Sum[1984]+[1985]+...............+[1990], it is working,
the problem is it is not fit in one fields (Access summing only 7 fields). So
I broke it down and made 3 fields and try to make another query to summing
them again. The first query is working fine, when I try to summing the second
one (which basically coming from the first one with three fileds & trying add
the three fields) it is not working. any one know, why? Any help, really
appreciated.
Thank you