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.