FULL SCREEN FORMS

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way when I have a default form to stat that I can set it to open
in full screen as opposed to another window?

Thank you in advance.
Lee
 
lbartley said:
Is there a way when I have a default form to stat that I can set it to
open
in full screen as opposed to another window?
In the OnOpen event of the form, add code and in the code put

DoCmd.Maximize

This will maximize everything

Tom Lake
 
Worked like a charm Tom. Thank you very much. Seeing that you know what the
heck you are talking about, I have one more question for you to ponder.
Does this form have to open inside of the actual databse I created or can I
just click on the database file and have this form appear in full screen?
Lee
 

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

Back
Top