Is there a way to make a Form maximized larger...

  • Thread starter Thread starter Stealth1
  • Start date Start date
S

Stealth1

Is there a way to make a form Maximized larger than the actual
Access portion of the screen? (like the top Access menu bar, tool
bar, etc)? I looked in the help files and could not determine this.
 
Is there a way to make a form Maximized larger than the actual
Access portion of the screen? (like the top Access menu bar, tool
bar, etc)? I looked in the help files and could not determine this.
 
Actually I think what the questioner is asking is there a way to have the
form fill the whole screen with no menu bars or anything. If this in
actuality your question the answer is both yes and no.

Yes absolutely you will need to creat a "Maximize" Macro like Karl
suggested, then have it run in the "OnLoad" fucntion of the form.

No - you can't completely shut down all of the menu bars. But you can turn
the majority of them off. Make a copy of your database, then in the copy
select Tool from the menu and select Statup... This will bring up a dialog
box that shows what options start with the program. Select a form that you
want to display upon opening the database (usually the switchboard). Uncheck
anything that is a menu or toolbar. Then restart the database, you will not
see anything other than the form you select as the start-upf orm (usually the
switchboard)>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Form Maximize? 1
Working window in Access "sticks" to Maximum size 2
Menu Bars 2
Maximize the form on the screen 6
maximize screen on startup 2
Custom menu/tools on forms 4
maximize forms 4
Maximize Window Space 3

Back
Top