I have an Access program that prints various reports with a button.
I would like to view the report in full screen prior to printing, how do you do this?
I have an Access program that prints various reports with a button.
I would like to view the report in full screen prior to printing, how do you do this?
Did you try Print Preview?
VBA code:
DoCmd.OpenReport "report name", acViewPreview
Macro has equivalent.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Yes, however the report opens behind My Main Form, which contains the button, that contains the event, how do I get the report to display on top?
Is the form set as Popup?
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Yes, the form is set as Popup.
Don't and then see what happens.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.