Maximizing Problem

C

chickalina

I have a Switchboard (with docmd.maximize) that has command buttons leading
to other forms. When you click on any one of these buttons, the form chosen
opens up perfectly. The problem is when you click on the "Done" command
button, which closes that second form, the Switchboard does not re-maximize.
What could be the problem?
Thanks.
 
A

Allen Browne

Move the Maximize command into the Activate event of your switchboard
(instead of Open or Load or where ever you currently have it.)
 
C

chickalina

Excellent... yet again!!!
Thanks Allen


Allen Browne said:
Move the Maximize command into the Activate event of your switchboard
(instead of Open or Load or where ever you currently have it.)
 
Top