I have an Access table containing numeric fields Fld1, Fld2, Fld3, ... FldN.
In a select query containing these fields is a calculated field FldTotal:Fld1+Fld2+Fld3+...+FldN.
In the datasheet view the FldTotal will not calculate unless each field has a numeric value. A blank or empty field requies a zero for the calculation to take place.
An awkward workaround has been to use an update query to populate each cell with a zero.
Surely there is a better solution?
Any help appreciated.
In a select query containing these fields is a calculated field FldTotal:Fld1+Fld2+Fld3+...+FldN.
In the datasheet view the FldTotal will not calculate unless each field has a numeric value. A blank or empty field requies a zero for the calculation to take place.
An awkward workaround has been to use an update query to populate each cell with a zero.
Surely there is a better solution?
Any help appreciated.