Maximize a report with Pop Up set to Yes?

  • Thread starter Slez via AccessMonster.com
  • Start date
S

Slez via AccessMonster.com

I have a mainform with a command button that opens another form,
frmFinishFormulaEntry. That form has a subfom called frmFinishFormulaReports
that contains an option group allowing users to view or print various reports.
I have to set the Pop Up property to Yes for those reports so that they open
up "on top of the stack".

Can something be done that would make the forms maximize when they open? I
was thinking code could be written in the On Open Event, but I am not sure
how to write something that would accomplish this.
Thanks in advance for any help!
 
S

Slez via AccessMonster.com

Oops...I meant to ask "Can something be done that would make the REPORTS
maximize when they open?"
 
B

BoniM

For on open event:

DoCmd.Maximize


Slez via AccessMonster.com said:
Oops...I meant to ask "Can something be done that would make the REPORTS
maximize when they open?"
 

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

Similar Threads


Top