DoCmd...command for saving window size

  • Thread starter K90267000 via AccessMonster.com
  • Start date
K

K90267000 via AccessMonster.com

Hi All,

I have to do the following actions very often (to save the dimension of a POP-
UP window containing a form) :

(1) Right Click the top left of the "Pop Up Window" containing a form
(2) Choose Save

I would to automate this action,
something like..."DoCmd.XXX"... in "On Close" of the form...

May I know what will be the DoCmd..... command?

Thanks!

PS: The reason I need to do the above, instead of setting the "AutoResize" On
or Off, is because of another issue regarding window size behaviour after
relinking tables. Thanks.
 
Top