G
Guest
Basically, I've got one numeric field on the Access form (Meters). The data
changes in this field daily. What I want to do is have another numeric field
(Total Meters) which keeps a sum of all the data that has been entered into
the (Meters field. This doesn't work with the =sum(Meters) command, as the
figures just replace each other, they don't add (as they are being
overwritten daily!)
I am aware the other option is to have more (Meters) fields, then sum them
all up into the (Total Meterage) field, but I'm trying to keep the Database
as compact as possible...
It sound like an easy one.... but it ain't .... any help- much appreciated.
Thanx
changes in this field daily. What I want to do is have another numeric field
(Total Meters) which keeps a sum of all the data that has been entered into
the (Meters field. This doesn't work with the =sum(Meters) command, as the
figures just replace each other, they don't add (as they are being
overwritten daily!)
I am aware the other option is to have more (Meters) fields, then sum them
all up into the (Total Meterage) field, but I'm trying to keep the Database
as compact as possible...
It sound like an easy one.... but it ain't .... any help- much appreciated.
Thanx