B
Brian
Hi,
I have a calculation that requires several tables and logical operations. I
would like to save the result in a table so that this does not have to be
calculated for simple summaries.
I would like to save it during the data input/edit form.
What event should I trigger on (before update? after update? ...), or how
should this be done?
Need to place the destination field in the form query?
Need to place a testbox for the destination field on the form?
Table "Orders" will contain the destination field "TotalSale"
"TotalSale" is calculated from various OrderDetail tables (several of these
since different products require very different inputs with dif lists,
etc...
Thanks
I have a calculation that requires several tables and logical operations. I
would like to save the result in a table so that this does not have to be
calculated for simple summaries.
I would like to save it during the data input/edit form.
What event should I trigger on (before update? after update? ...), or how
should this be done?
Need to place the destination field in the form query?
Need to place a testbox for the destination field on the form?
Table "Orders" will contain the destination field "TotalSale"
"TotalSale" is calculated from various OrderDetail tables (several of these
since different products require very different inputs with dif lists,
etc...
Thanks