if you use function in every row - the I would put function in a query, if
function result same for all rows - then I would put it directly into report
--
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
"SL" <(E-Mail Removed)> wrote in message
news:4234E018-F5B7-4B04-8E69-(E-Mail Removed)...
>I have a function that calculates time, with the function result displayed
>on
> a report.
> The report is bound to a Query and this all works fine.
>
> What I want to know is, is it better to run the function from the report
> or
> the SQL query?
>
> Thanks for your advice.
>