Form sizing

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
 
R

Roger Carlson

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.
 
L

Leslie Isaacs

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.
 
R

Roger Carlson

Well somebody did, unless one of the form wizards does it. I've never seen
that happen though. Glad it worked out for you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top