weird request (maybe)

QuietRiot

Registered User.
Local time
Yesterday, 23:18
Joined
Oct 13, 2007
Messages
71
I want it so every time I open a particular database it opens just like the image below and in the center of the screen. Basically around that size so you don't see anything.. is it possible? right now i just did it manually and like the way it will look/function with my database.



Thanks for any help
 
Last edited:
Simple Software Solutions

Why do you want to do so:confused:

Why not set it so it runs minimised on your taskbar:rolleyes:
 
Don't know how that can be accomplished. However use application.visible=false
If you want to hide it alltogether.

HTH:D
 
maybe i should show you what i have and what i want..

right now it looks like this:
nowuu9.jpg


How can I get it to open up like this:
wantnz2.jpg


so far my code is:
Code:
Public Function OnOpen()
DoCmd.OpenForm "Login", acNormal, , , acFormEdit, acDialog


End Function

where i have an autoExec macro to call that function.

Thanks,
 
Simple Software Solutions

Now that you have made your self clear an answer can be made easier. Go to the StartUp properties of the database and tick / untick the relevant attributes you want. (Show Database Window)

Another option is to have a macro that hides the database window when the splash screen opens

David
 
Now that you have made your self clear an answer can be made easier. Go to the StartUp properties of the database and tick / untick the relevant attributes you want. (Show Database Window)

Another option is to have a macro that hides the database window when the splash screen opens

David

cool. Anyone by chance know where this option is in 07? Only thing I see is navigation pane and thats unchecked.
 

Users who are viewing this thread

Back
Top Bottom