Switch between forms

G

Guest

Hi. I have a form (frm_1) which allows me to open another one (frm_2).
The first one (frm_1) is maximized and I want the second one (frm_2) to be
with its original size (I did the «code DoCmd.Restore» on Open).
However, every time I open the frm_2, the frm_1 (stays behind) restores its
original size too. How can I avoid this?
Thanks in advance.
Acores
 
G

Guest

Hello, Arvin. Thank you for your quick answer.
I just tried that procedure and it worked just like I wanted.
However, I notice that with popup turned on, frm_2 attached toolbar became
inactive.
Is it normal? How can I avoid it?
Thank you.

"Arvin Meyer [MVP]" escreveu:
 
G

Guest

Hello again, Arvin.
Sorry, but the toolbar is still inactive, with this form propertys: popup:
yes, modal: no. Can I do anything else?
Thank you.
Regards.
Acores

"Arvin Meyer [MVP]" escreveu:
 
J

J. Goddard

Hi -

If the toolbar for frm_2 is a custom toolbar, you can make it a shortcut
menu instead of a toolbar. It activates with Right-click in the form.

John
 

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