merlynsdad
Programmer
I have a report that needs to be viewed as well as printed. I have a button that prints it, and a button that views it. The coding on the VIEW button is simply
This doesn't work, however, because the Access framework is not up when the button is pressed. I don't want the framework up, but I still need to be able to have people view the report, rather than print it. What's the best way to do this?
If the square peg won't fit in the round hole, sand off the corners.
Code:
DoCmd.OpenReport "rptOpenTickets", acViewPreview
If the square peg won't fit in the round hole, sand off the corners.