Calculations

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it better to put your calculations in a Query or in the Report based off
of the query? I have a large report with about 15 calculations that I need
to do, but I am not sure if I should put them in the query or in the report.
The calculations are fairly straight forward, but are long. (I am adding
anywhere from 3 to 9 fields together.)

Does anyone have any good advice?

Let me know, thanks! Stephanie
 
Good advice? probably not me, but here's my two cents...

I like to put them in the query and then base the report on that. Then
I can filter on calculated values in the Open event of the report.
 
Back
Top