full screen Forms

  • Thread starter Thread starter Simon
  • Start date Start date
S

Simon

How do it set up my form in access to alwasy be full screen, as some
time they are full screen some times they shrink

Thanks
 
How do it set up my form in access to alwasy be full screen, as some
time they are full screen some times they shrink

Thanks

Code the form's 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