Hi all,
I have a problem with a query, but am posting in the general forum as I suspect the issue may be more to do with issues in datasheet fields.
In my query, I want to do a basic sum of a cost field per invoice/receipt. I made a query and the outcome is nearly right, but not quite. It seems that the query does not take into account anything past the decimal point when it is performing the sum.
Going back to the original table, the full number is displayed, but I noticed in design view that the scale property is set to 0. I can change this to 2, to try to get it to save the number after the decimal point, but even after saving the table, opening it again shows that it has reverted to 0. This is not a read-only issue and it happens despite changing the result type to decimal and the format to fixed. Does anyone have any ideas about how I might get the right result from my query? Could it be something to do with the fact that the field in the table uses a Calculated datatype? Any help would be gratefully appreciated!