G
Guest
Hello again...Just a quick of the wall question...
Is there a way to force the program into full screen mode?
Is there a way to force the program into full screen mode?
tina said:assuming that you set up your database to automatically open a form (such as
a switchboard) when the database is opened, you can put a macro (or a VBA
procedure) on the form's OnLoad event. in a macro, use the Maximize action;
in VBA code, use DoCmd.Maximize.
hth
Randy said:Hi again Tina...
I already have the Maximize command and is working well. I was actually
wonderiong if there is a way to force into "full screen" mode/view that would
eliminate any/all access to menus and or toolbars? Any ideas?
-----Original Message-----
Hi again Tina...
I already have the Maximize command and is working well. I was actually
wonderiong if there is a way to force into "full screen" mode/view that would
eliminate any/all access to menus and or toolbars? Any ideas?