Print wizzard

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

I have used the command button wizzard to place a button on my form that
prints a report. I have chosen the acViewNormal but this does not do quite
what I want. I would like a print option dialog box. I want to be able to
chose printer, preview, number of copies...etc. Can someone recommend a
solution?
 
Jeff:

If a report is open then its a simple Docmd.runcommand acCmdPrint to pop
the Access dialog.

With a closed report, its another story. You might take a look at our "On
the Fly Printing" classes which are on our web. The can help you do exactly
what you are trying to do with your command button .
 
Back
Top