Query as Record Source in Form or Report

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

Guest

Hi
Is there any difference in performance or something regarding the way I use
a query as a record source in a form or report. I mean when I describe the
query on the Record Source field of a form or report, or when I have the
query as a separate object and I call its name on the Record Source field?

Regards
GL
 
I find it simpler to have everything as queries. That way, it's possible to
use the same query as the record source for, say, a form and a report, or
more than one report.
 
Back
Top