Z
Zuzu
Hi everybody! Some people might think that my question is stupid but I
would like to know what's the best approach. Let's say in a table you
have a 2 currency fields, Cost1 and Cost2. What is the best solution
for adding up Cost1 and Cost2:
1. would it be better to create a third field called TotalCost in the
table where Cost1+Cost2 is saved by a form and then the query that
runs the report pulls the total from the TotalCost field from the
table and it shows it in the report. Or
2. would it be better to add Cost1 and Cost2 in the query (don't
create the TotalCost field) and the result will be shown on the
report.
Thank you all!
would like to know what's the best approach. Let's say in a table you
have a 2 currency fields, Cost1 and Cost2. What is the best solution
for adding up Cost1 and Cost2:
1. would it be better to create a third field called TotalCost in the
table where Cost1+Cost2 is saved by a form and then the query that
runs the report pulls the total from the TotalCost field from the
table and it shows it in the report. Or
2. would it be better to add Cost1 and Cost2 in the query (don't
create the TotalCost field) and the result will be shown on the
report.
Thank you all!