I seem to have failed to understand something fairly fundamental.
Say I have a query form with 4 fields, height , width , calculated area:[height]*[width] and area:[calculated area]
In the querie's table and also in the querie's form there are only 3 fields, height, width and area.
When I enter 3 and 4 in the form, the result 12 appears in the area control on the form as it should.
But when I save the form and then look at the table, the width 3 and the height 4 are saved - but the area 12 is not saved and is blank.
As I say, I seem to have failed to understand something fairly fundamental.
But my real question is this - How do I go about saving the result of a calculated query field into a table in such a way that even if the calculation is subsequently altered, the original result remains recorded in the table unless it is deliberately overwritten by saving a new calculated value? Ive been puzzling over this for some time and cant see how to do it. Can anyone help me with that??
Say I have a query form with 4 fields, height , width , calculated area:[height]*[width] and area:[calculated area]
In the querie's table and also in the querie's form there are only 3 fields, height, width and area.
When I enter 3 and 4 in the form, the result 12 appears in the area control on the form as it should.
But when I save the form and then look at the table, the width 3 and the height 4 are saved - but the area 12 is not saved and is blank.
As I say, I seem to have failed to understand something fairly fundamental.
But my real question is this - How do I go about saving the result of a calculated query field into a table in such a way that even if the calculation is subsequently altered, the original result remains recorded in the table unless it is deliberately overwritten by saving a new calculated value? Ive been puzzling over this for some time and cant see how to do it. Can anyone help me with that??