Maximizing Startup Screen

  • Thread starter Thread starter Becca Ford
  • Start date Start date
B

Becca Ford

I have created a form that I want to have open when you
open the db. I went to tools/startup and form comes up
just fine when I launch the db. But it is not maximized.
I've scoured my books for instructions on how to launch my
startup screen maximized, but I can't seem to locate it.
Any help would be greatly appreciated.
TIA!
Becca Ford
 
In the form's Load eventhandler, put
DoCmd.Maximise

Hope This Helps
Gerald Stanley MCSD
 
Thanks so much for your quick response! It worked like a
charm :-)
Becca
 

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