S
Susan Diane
I have a form that I have maximize on the load. I want it
to stay this large and have all of the forms marked as
modal so that they need to exit the form they are on
before going back to the main form. I have "NO" set to
the ControlBox, MinMaxButtons(None), CloseButton and
basically everything except AllowFormView and AllowEdits.
However I still get a resize on the top right corner of
the form and then if they minimize the form cannot be
made large again. How do I get rid of all of the
ControlBox items? I even put a docmd.maximize on the
resize action but this does not kick in when they click
that bcenter button on the control box. If I set the
Border Style to none then it is really bad because it
locks them down to this smaller size. Please help!!
Susan Diane
to stay this large and have all of the forms marked as
modal so that they need to exit the form they are on
before going back to the main form. I have "NO" set to
the ControlBox, MinMaxButtons(None), CloseButton and
basically everything except AllowFormView and AllowEdits.
However I still get a resize on the top right corner of
the form and then if they minimize the form cannot be
made large again. How do I get rid of all of the
ControlBox items? I even put a docmd.maximize on the
resize action but this does not kick in when they click
that bcenter button on the control box. If I set the
Border Style to none then it is really bad because it
locks them down to this smaller size. Please help!!
Susan Diane