Thank you for responding, Jeanette.
Just realized I am forgeting to mention that I'm using Access 2003.
And I'm getting this message when I'm using the X to quit the form.
Would I put this in Form_Unload or Form_Close?
Ed
On Jan 12, 1:08 pm, "Jeanette Cunningham"
<n...@discussions.microsoft.com> wrote:
> Ed,
> use of DoCmd.MoveSize does not usually give that message.
[quoted text clipped - 16 lines]
>
> - Show quoted text -
Jeanette Cunningham - 12 Jan 2008 23:15 GMT
I would think in the form unload - if not working as you want, try the close
event.
Jeanette Cunningham
Thank you for responding, Jeanette.
Just realized I am forgeting to mention that I'm using Access 2003.
And I'm getting this message when I'm using the X to quit the form.
Would I put this in Form_Unload or Form_Close?
Ed
On Jan 12, 1:08 pm, "Jeanette Cunningham"
<n...@discussions.microsoft.com> wrote:
> Ed,
> use of DoCmd.MoveSize does not usually give that message.
[quoted text clipped - 19 lines]
>
> - Show quoted text -
Ed from AZ - 14 Jan 2008 21:41 GMT
I finally resolved the issue by simply putting DoCmd.Save after each
instance of resizing the form.
Ed
On Jan 12, 4:15 pm, "Jeanette Cunningham"
<n...@discussions.microsoft.com> wrote:
> I would think in the form unload - if not working as you want, try the close
> event.
[quoted text clipped - 38 lines]
>
> - Show quoted text -
Jeanette Cunningham - 15 Jan 2008 01:39 GMT
Glad you found a fix.
Jeanette Cunningham
I finally resolved the issue by simply putting DoCmd.Save after each
instance of resizing the form.
Ed
On Jan 12, 4:15 pm, "Jeanette Cunningham"
<n...@discussions.microsoft.com> wrote:
> I would think in the form unload - if not working as you want, try the
> close
[quoted text clipped - 41 lines]
>
> - Show quoted text -