Phantom Printer

  • Thread starter Thread starter TeeSee
  • Start date Start date
T

TeeSee

I have a very simple OnClick event on a Cmd button that opens a form
using DoCmd.OpenForm .........

When I try the same thing with DoCmd.OpenReport the report does not
open but rather is sends the report to a printer automatically. I have
no reference to a printer in my entire project.

Any thoughts??
 
"Opening" a report is roughly analogous to printing it (reports ARE intended
to be printed, right?). If you want to open the report in Print Preview
mode, take a look at Access HELP for the correct syntax for the
DoCmd.OpenReport command.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Print To Specific Printer 2
Access Open Form with WhereCondition 6
Or statement. 4
PaperSize 15
On No Data Event 2
Specify Printer 2
Select printer 1
Print Button for specific Printer (PDF) 1

Back
Top