OutputTo /Parameter Query

M

MJatAflac

Does anyone know if there are issues using the Output method to save a report
to a snapshot file when the report you are generating is based on a parameter
query.

I am getting error messages when I try to do this and the only thing I can
think of that might be causing the problem is the fact that the report
requires user input.

Anyone with experience with this one?

Thanks,
 
A

Alex Dybenko

Hi.
you can build a query for the report, replacing parameters with actual
values, use this query as a report source, and then export it to snapshot
using docmd.outputto
 
Top