Form position saving

N

nathan_savidge

All,

I have created a database that has a sort of console main menu. This is
small and is reminiscent of a media player in skin mode. I have an anchor
button on the form, where i wish to code the following. When the user clicks
the anchor button it saves the last position of the form (form moveable) so
when opened again it is in the last position not the .top and .left position.

i have tried, docmd.save acForm, me.name

this doesnt work.

Thanks.
 
K

Klatuu

If you are using a command button to close the form, use
Docmd.Close acForm, Me.Name, acSaveYes

But, you have to hide the Access form close button so the user doesn't use
that instead.
 

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