D
Dymondjack
Hello all and thanks in advance.
I'm having some minor issues trying to get some form sizing right. On my
main form, in the Open event is the DoCmd.Maximize code, which works fine,
maximizing the main form.
A link on this main form opens frmDistribute, which I would like opened
without maximizing. So, playing with the AutoResize property and
DoCmd.Maximize & DoCmd.Restore commands, I have not been able to get a result
I am looking for.
Either frmDistribute opens in the maximized state, which I dont want, or it
opens in the restored state, which I do want, though for some the reason the
main form also restores to an un-maximized size.
I have been able to set the focus back to main form and maximize it to get
the end result I want, though the user then sees the forms sizing themselves
for a second or two before its done, which is not what I want. I would think
this wouldn't be that complicated. Has anyone else had a similar issue or
can think of something that I'm missing? Just looking for frmDistribute to
be opened in a restored window size without it effecting the window size of
frmMain.
Any help greatly appreciated.
Thanks
Jack
I'm having some minor issues trying to get some form sizing right. On my
main form, in the Open event is the DoCmd.Maximize code, which works fine,
maximizing the main form.
A link on this main form opens frmDistribute, which I would like opened
without maximizing. So, playing with the AutoResize property and
DoCmd.Maximize & DoCmd.Restore commands, I have not been able to get a result
I am looking for.
Either frmDistribute opens in the maximized state, which I dont want, or it
opens in the restored state, which I do want, though for some the reason the
main form also restores to an un-maximized size.
I have been able to set the focus back to main form and maximize it to get
the end result I want, though the user then sees the forms sizing themselves
for a second or two before its done, which is not what I want. I would think
this wouldn't be that complicated. Has anyone else had a similar issue or
can think of something that I'm missing? Just looking for frmDistribute to
be opened in a restored window size without it effecting the window size of
frmMain.
Any help greatly appreciated.
Thanks
Jack