H
Howard
I have a number of calculations that build on each other , originally based
on some fields and I need the interim results as well as the final one. I
also at one point use a function that I wrote myself and is held in a
module. Now, I can do all these calcs in a control on a form or I can do it
in the forms query and just present the values I want to the form.
Which is the best way and why?
Also, is it 'better' to write a query and use that as the source for a form
or report or is it better to build the query directly in the form or
report's data source property?
(I must admit in assess 2003 I do the former as trying to execute sql in a
control's data source usually crashes access 2003 - not so 2000)
Howard
on some fields and I need the interim results as well as the final one. I
also at one point use a function that I wrote myself and is held in a
module. Now, I can do all these calcs in a control on a form or I can do it
in the forms query and just present the values I want to the form.
Which is the best way and why?
Also, is it 'better' to write a query and use that as the source for a form
or report or is it better to build the query directly in the form or
report's data source property?
(I must admit in assess 2003 I do the former as trying to execute sql in a
control's data source usually crashes access 2003 - not so 2000)
Howard