A
Adam
Hi,
I'm trying to get a handle on the way forms behave when
they open.
I've got a series of three forms that open when a command
button (on each form) is clicked. So the button on form1
will open form2, and the button on form2 will open form3.
Each of these forms has a close button.
When I close form3, it reverts back to form2, then close
form2 it reverts back to the original...form1.
The query I have is that when form3 is closed, it seems
that form2 gradually reopens, ie that it has been
minimised then maximised. In other words, form3 flicks off
upon closure, and form2 does not appear instantly but
rather gradually (in a split second).
When form2 is closed, it flicks off instantly, and form1
appears instantly.
All forms have DoCmd.maximise statements in the Open Form
event. No DoCmd.minimise statements are used anywhere.
AutoResize, Auto Centre, Pop Up and Modal are all set to
No.
What I want to do is have every form to appear or
dissapper instantly (like I have with another series of 3
forms where they all flick off and on).
There must be something I am doing wrong, so may I ask
what more I can do?
Thanks
Adam.
I'm trying to get a handle on the way forms behave when
they open.
I've got a series of three forms that open when a command
button (on each form) is clicked. So the button on form1
will open form2, and the button on form2 will open form3.
Each of these forms has a close button.
When I close form3, it reverts back to form2, then close
form2 it reverts back to the original...form1.
The query I have is that when form3 is closed, it seems
that form2 gradually reopens, ie that it has been
minimised then maximised. In other words, form3 flicks off
upon closure, and form2 does not appear instantly but
rather gradually (in a split second).
When form2 is closed, it flicks off instantly, and form1
appears instantly.
All forms have DoCmd.maximise statements in the Open Form
event. No DoCmd.minimise statements are used anywhere.
AutoResize, Auto Centre, Pop Up and Modal are all set to
No.
What I want to do is have every form to appear or
dissapper instantly (like I have with another series of 3
forms where they all flick off and on).
There must be something I am doing wrong, so may I ask
what more I can do?
Thanks
Adam.