View Full Version : Hiding Access Window & Printing Reports


Joven76
06-18-2007, 08:13 PM
I have spent some time researching on this website on how to go about hiding the Access Window and just display the forms... I have gone into tools, startup, and hidden the database window... On my main switchboard, I have the following code:

Private Sub Form_Load()
DoCmd.RunCommand acCmdAppMinimize
End Sub


And I have all of my forms & reports I need set to popup & modal = "yes"...

Here's my question... I have buttons on my switchboard to preview reports... Now, without access hidden, I was able to print off the report just fine, but now with the Access window hidden, the report pops up, but I can't print it... Can anyone offer any code or pass me a link to a posting I may have missed on how to make it so I can print off my reports I need???

Thanks

RuralGuy
06-19-2007, 08:28 AM
Here's a couple of links that you might find useful. Link #1 (http://www.access-programmers.co.uk/forums/showthread.php?t=64173) Link #2 (http://www.access-programmers.co.uk/forums/showthread.php?t=113550)