I have a query that I timed takes 25 seconds to run (data from the cloud).
When I run a report based on this query using DoCmd.OpenReport strReport, acPreview, , strWhere
it takes twice as long.
Is this normal, or is there something I should be looking at?