Change form size

A

AccessKay

I’m having a hard time naming what it is that I want to do so hopefully this
will make sense. I have a form that has a logo and two command buttons that
take the user to two different forms. I learned how to get this form to open
automatically when I open the database but I want it to appear as a box in
the center and not full screen in the upper left hand corner. How can I do
this...is it in the Properties??? I changed several properties but it's
still full screen and not centered.

Thanks for any help or suggestions.
 
D

Daryl S

AccessKay -

You might have code in place to maximize the form - you should find that and
fix it.

You can also put code on the form's Open event to restore it back to it's
regular size:
DoCmd.Restore
 
A

AccessKay

Thanks for your reply Daryl. I have no code at all. I used the Access
Options to open the form automatically. What is the code to minimize and
center? I tried DoCmd.Minimize but that didn't work. Should that have
worked???
 
A

AccessKay

I found it Daryl...I kept reading these threads about pop-ups...that's what I
was looking for and found it in properties under the other tab.
 
D

Daryl S

Glad you got it working...

--
Daryl S


AccessKay said:
I found it Daryl...I kept reading these threads about pop-ups...that's what I
was looking for and found it in properties under the other tab.
 

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

Top