View Full Version : Ms Access test question


mahmudich
07-01-2003, 03:56 AM
Hello everyone!

Does anyone know how to get rid of Ms Access background window on a DB start up? So the only thing I would see is my MainForm.

Cheers!

ColinEssex
07-01-2003, 04:09 AM
Do you mean tha database window that has the tabs across the top (Tables,Queries etc)?

Col

mission2java_78
07-01-2003, 04:12 AM
Originally posted by mahmudich
Hello everyone!

Does anyone know how to get rid of Ms Access background window on a DB start up? So the only thing I would see is my MainForm.

Cheers!

Splash screen?
Just create a .bmp with the same name as your db and store it in the same directory. When you load up access you'll see this .bmp...sometimes it flicks on and access opens right away..since PC's are so fast. If you want a longer (3-5second) splash screen youll have to create one and open it directly.

mahmudich
07-01-2003, 04:13 AM
Not exactly, by database window I meant all background which has menus on a top (File, Edit, View, Insert etc), Toolbox etc.

Thank you

Tay
07-01-2003, 04:13 AM
I presume that you mean the database window, or do you mean the Access window (blue bar at top - can't remember its name:rolleyes: )?
If you mean the database window, then go to 'tools' on the menu bar, choose 'startup', then choose the name of the form that you wish to appear as default in 'Display Form'. Make sure you uncheck 'Display Database Window'. HTH.

Edit: You could make your own custom menu - I guess that you want to prevent users from accessing certain things?

mahmudich
07-01-2003, 04:20 AM
Thanks man, it's not a DB window, it's Access window, how to get rid of it?

Thanks

mission2java_78
07-01-2003, 04:23 AM
Originally posted by mahmudich
Thanks man, it's not a DB window, it's Access window, how to get rid of it?

Thanks

What the hell is an access window? You mean the menu bar / tool bar? The "File" "Edit" all that stuff? If so thats not a window.

mahmudich
07-01-2003, 04:25 AM
If you can't call it a winDow, what's that?

Tay
07-01-2003, 04:25 AM
Maybe this thread will help (just did a search - haven't tried it)

http://www.access-programmers.co.uk/forums/showthread.php?s=&threadid=50174

mission2java_78
07-01-2003, 04:26 AM
Originally posted by mahmudich
If you can't call it a winow, what's that? :rolleyes:

mahmudich
07-01-2003, 04:36 AM
Ok John, I have just found an answer:

onopen event type

DoCmd.RunCommand acCmdAppMinimize

and on close event

DoCmd.RunCommand acCmdAppMaximize

Thank you for paticipating! But what did you mean by :rolleyes: ?

Rich
07-01-2003, 04:57 AM
Originally posted by mahmudich

Thank you for paticipating! But what did you mean by :rolleyes: ?
It means his clothing's too tight today :cool:

mahmudich
07-01-2003, 04:59 AM
:D :D :D