Making a form maximize or minimize

  • Thread starter Thread starter Imran Ghani
  • Start date Start date
I

Imran Ghani

Hi! Im working with MS Access 2007 and VBA code. I want to make my main form
minimize and maximize programmatically. I'll appreciate valuable help in this
regards. Thanks.
 
Hi Imran
in the form OnActivate event put the code
DoCmd.Maximize or DoCmd.Minimize
 

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