A
Aurora
I am using Access 2003
I have a database in which I keep track of retirement inform such as hours
worked per year which is convered into credited service year by each year.
The credited service field is [94cs], [95cs] etc through [10cs]. My db
begins with 1994 and I have just expanded it to year 2010. I have a total
column that adds up the credited service years - TotCS:
(+[94cs]+[95cs]+[96cs]+[97cs]+[98cs]+[99cs]+[00cs])+([01cs]+[02cs]+[03cs]+[04cs]+[05cs]+[06cs]).
Up to this point it adds everything correctly. But as soon as I add year
07, 08 etc it will not add up anything. Is there a limit to number of items
I can use to add up? Is there a better way to handle this type of total?
I would appreciate any help anyone can give me.
Aurora
I have a database in which I keep track of retirement inform such as hours
worked per year which is convered into credited service year by each year.
The credited service field is [94cs], [95cs] etc through [10cs]. My db
begins with 1994 and I have just expanded it to year 2010. I have a total
column that adds up the credited service years - TotCS:
(+[94cs]+[95cs]+[96cs]+[97cs]+[98cs]+[99cs]+[00cs])+([01cs]+[02cs]+[03cs]+[04cs]+[05cs]+[06cs]).
Up to this point it adds everything correctly. But as soon as I add year
07, 08 etc it will not add up anything. Is there a limit to number of items
I can use to add up? Is there a better way to handle this type of total?
I would appreciate any help anyone can give me.
Aurora