Birdman895
Registered User.
- Local time
- Today, 07:47
- Joined
- Apr 19, 2012
- Messages
- 62
I have a form & related report that works best for the end-user,
to open first in ReportView so they can still sort it, and then still go to PrintPreview before printing.
On the report I have a print button with the following code, "Docmd.RunCommand acCmdPrintPreview". it opens PrintPreview and locks up Access. If I click into any other active window and then click back into the Access window it behaves normally. VBA is not "running" or in Break mode.
Anybody have this experience?
to open first in ReportView so they can still sort it, and then still go to PrintPreview before printing.
On the report I have a print button with the following code, "Docmd.RunCommand acCmdPrintPreview". it opens PrintPreview and locks up Access. If I click into any other active window and then click back into the Access window it behaves normally. VBA is not "running" or in Break mode.
Anybody have this experience?