Full Page

  • Thread starter Thread starter Crispy
  • Start date Start date
C

Crispy

I know I have asked this before, and I rather stupidly lost the answer!

Sorry!

But - How do I get a form to ope at full size, when I access it from the
switchboard? Is there is some kind of code like DoCmd?

Any help is much appreciated
 
Crispy said:
I know I have asked this before, and I rather stupidly lost the answer!

Sorry!

But - How do I get a form to ope at full size, when I access it from the
switchboard? Is there is some kind of code like DoCmd?

Any help is much appreciated
In the form's Open or Load event:

DoCmd.Maximize
 

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