A borderless form cannot be resized or moved without code.
In code you can use the MoveSize method:
DoCmd.MoveSize Right, Down, Width, Height
-- Arvin Meyer, MCP, MVP Free MS-Access downloads: http://www.datastrat.com http://www.mvps.org/access http://www.accessmvp.com
"Carlos Rodriguez" <carlosrturcios[ at ]hotmail.com> wrote in message news:eZ8LnzP5GHA.696[ at ]TK2MSFTNGP06.phx.gbl...
[Quoted Text] > Does any one have code on how to manipulate (drag) a frameless (Border > Style : None) windows with code? > > thanks > > > > >
|