Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Modules / DAO / VBA / November 2007

Tip: Looking for answers? Try searching our database.

Suppress MS-Access Window?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
JimP - 19 Nov 2007 20:15 GMT
Is it possible to suppress the MS-Access window?

At startup I would like to display a report in preview mode, without showing
the Access window.
PJFry - 19 Nov 2007 20:33 GMT
The simplest way is Tools, Startup.

Under Display Form/Page choose the report.  Then uncheck Display Database
Window.  

> Is it possible to suppress the MS-Access window?
>
> At startup I would like to display a report in preview mode, without showing
> the Access window.
JimP - 20 Nov 2007 00:52 GMT
Tnx, but not the databa
> The simplest way is Tools, Startup.
>
[quoted text clipped - 6 lines]
>> showing
>> the Access window.
JimP - 20 Nov 2007 00:54 GMT
Tnx, but not the database window - the entire MS-Access window.

> The simplest way is Tools, Startup.
>
[quoted text clipped - 6 lines]
>> showing
>> the Access window.
Pieter Wijnen - 20 Nov 2007 09:53 GMT
I won't reccomend it but you can try with

Public Declare Function SetParent Lib "User32" (ByVal hWndChild As Long,
ByVal hWndNewParent As Long) As Long

Usage (in report open):

SetParent Me.hWnd,0&

Pieter

> Tnx, but not the database window - the entire MS-Access window.
>
[quoted text clipped - 8 lines]
>>> showing
>>> the Access window.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.