MoveSize property help

josephbupe

Registered User.
Local time
Today, 04:54
Joined
Jan 31, 2008
Messages
247
Hi,

I have two forms one of which is twice longer than the other. I want the shorter form to always stick to the right edge of the underlying longer form.

How can I do this in code?

By the way, I have set access window to hide, so only the two forms stay on my desktop.

Joseph
 
docmd.MoveSize(Right, Down, Width, Height)

or

Use the forms as subforms of a form
 

Users who are viewing this thread

Back
Top Bottom