2 Problems with a startup form

chris.f

New member
Local time
Today, 09:33
Joined
Sep 27, 2007
Messages
8
Hiya guys, I'm still working on this Access project (nearly finished) but am now encountering trouble with the GUI...

Problem number 1.
I have a startup form on my database which, when the database is loaded up, maximises to full screen. But when this form is closed the access window is left open behind it. Does any one know how to make the entire program close when this one form is closed.

Problem number 2.
I am using Access 2007 and am having trouble with trying to create a custom toolbar for this form. I would like to create my own File | Record | Options | Help... toolbar at the top of the startup form.

Thank for reading,

Chris
 
To close it, use the forms On Close Event. Select Event procedure and enter DoCmd.Quit. Now the app will exit when the form is closed.

Chris B
 
Thanks Chris, I'd never thought it would be that simple :D

Thanks Again,

Chris
 

Users who are viewing this thread

Back
Top Bottom