Startup Form

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

Guest

Hi,

I have a form set as my startup form. However, it is not opening as
Maximized. How do I set it to open maximized?

Thanks,
 
in the form's Load event procedure, add the following line of code, as

DoCmd.Maximize

hth
 

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