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:
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
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