Cant disable MinMax button on maximized window

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

Guest

I have a form where I have set "None" in the "Min Max Buttons" property.

In the "On Open" event I run: DoCmd.Maximize

Then I have a "Restore Window" button on my form. When I click this "resore
window" I only have the close button showing.

I only want a close button on my maximized window.

How do I get that?
 
I am having the same problem. Have you found (or does someone have) a
resolution for this?

Thanks,

DJ
 
I don't believe there's a way around that. I suggest you enlarge the form
so that it is almost maximized and then save it.
 
Back
Top