View Full Version : Fill entire screen


quite a beginner
12-14-2000, 07:24 AM
I'm trying to make an "autostart" form (sort of database startup page) that fills the whole screen when started. It does fill the screen when I switch from design to view window, but when I really start the database, the size becomes smaller. Can anybody solve this problem? Thanks a lot in advance!!!

mattstewart
12-14-2000, 08:42 AM
Just make a macro, with Maximize as the action. Then put the macro in the OnOpen event of the form. This will maximize the window when the form opens.

Richie
12-14-2000, 11:01 AM
On Open Event
DoCmd.Maximize