Report to Output

S

Steve COA-NM

A macro to sent query by form data to a report works. But when I try to use
VBA code to replace the macro I get an error. The error states that using
OutPutTo is not alowed with a report. How can I convert the marco to VBA code?

TIA
 
R

Rick Brandt

Steve said:
A macro to sent query by form data to a report works. But when I try
to use VBA code to replace the macro I get an error. The error states
that using OutPutTo is not alowed with a report. How can I convert
the marco to VBA code?

TIA

Post your code.
 
Top