Hello,
I have what may be a very basic question.
When designing a software program, if you are calculating an amount, using the values of several fields in a table, would it be best to do a calculated field within an additional field in the same table, or to design a query with a calculated field to achieve the same result?
The table information will be stored in a seperate table, using an append query and be based on the date the query is ran.
So, I'm wondering if I should simply ad another field to the existing table that will calculate the value automatically, every time the data is modified in the table, or if I should make the calculated values a part of the new query that the table, where the information will be stored, will be based on?
I guess what my question is, when designing a software program is it best to do your calculations in a table or in a query, when it comes to stability and the speed of the application?
Thanks for your help ...
I have what may be a very basic question.
When designing a software program, if you are calculating an amount, using the values of several fields in a table, would it be best to do a calculated field within an additional field in the same table, or to design a query with a calculated field to achieve the same result?
The table information will be stored in a seperate table, using an append query and be based on the date the query is ran.
So, I'm wondering if I should simply ad another field to the existing table that will calculate the value automatically, every time the data is modified in the table, or if I should make the calculated values a part of the new query that the table, where the information will be stored, will be based on?
I guess what my question is, when designing a software program is it best to do your calculations in a table or in a query, when it comes to stability and the speed of the application?
Thanks for your help ...