Form sizing

  • Thread starter Thread starter Leslie Isaacs
  • Start date Start date
L

Leslie Isaacs

Hello All

I have a form which, whenever it is closed, has the effect of causing the
main database window, and the underlying 'swichboard' form, to reduce to
partial-screen. I have lived with this for ages, re-maximising the other
screens manually, but it is irritating to have to do this every time - and
it would be good to understand why this is hapenning.

Hope someone can help.
Many thanks.
Leslie Isaacs
 
Look in the FormClose event (code behind the form) and see if there is
something like:
DoCmd.Restore
in the event procedure. If so, take that out.
 
Hello Roger
If only everything was as simple as that - your solution worked a treat!!
Just out of interest, have you any idea how the DoCmd.Restore got there? - I
certainly didn't (knowingly) put it in.
Anyway, many thanks for your help.
Les.
 
Well somebody did, unless one of the form wizards does it. I've never seen
that happen though. Glad it worked out for you.
 
Back
Top