That's what I tried Rick - it eaves a grey square (in the shape of the small
form) attribute on the screen.
--
Kahuna
------------
"Rick Brandt" <(E-Mail Removed)> wrote in message
news

ILCh.65160$(E-Mail Removed)...
> Kahuna wrote:
>> Tried that Rick - but for some reason it leaves a Grey Box on the main
>> background.
>>
>> The only workaround I have so far is to close the frsmStartUp form and
>> reopen it with
>>
>> DoCmd.OpenForm "frmStartup", acNormal, , , acFormEdit, acHidden. This
>> seems to be working but my concern is that its too sloppy!
>>
>> frmStartUp is opened as the first when running the app, using the
>> display form element of the Access start-up settings.
>>
>> Is there anyway to have this form open hidden from there?
>
> Have you tried coding...
>
> Me.Visible = False
>
> ...in the form's Open or Load event?
>
> You could also remove it from the startup properties and open it hidden
> from an AutoExec macro. (any macro named "AutoExec" will fire when the
> file is opened).
>
> --
> Rick Brandt, Microsoft Access MVP
> Email (as appropriate) to...
> RBrandt at Hunter dot com
>