De-Maximize

  • Thread starter Thread starter J. Shrimp, Jr.
  • Start date Start date
J

J. Shrimp, Jr.

Have a form that calls a datasheet form with all data selected from the
calling form.
Need to have the datasheet form maximized 'cause, well, there's a lot of
data.
When the datasheet form is closed, the calling form is now maximized also,
and it's not designed for maximization.
Don't want to close, then re-open the original form as the end user would
lose their options selected in the combo boxes.
Is there a way to have the calling form return to the previous
position/size,
once the datasheet form is closed?
 
You need to issue DoCmd.Restore whenever you're ready to have the form go
back to its previous size.
 
Back
Top