Why do my Controls Shift in Form View? (1 Viewer)

TheSearcher

Registered User.
Local time
Today, 15:40
Joined
Jul 21, 2011
Messages
304
The controls in frm_Dashboard (see attached DB) are exactly where I want them in Design view. However, when I switch to Form view all of them shift to another location. I've already played around with all the properties and can't seem to figure out why this is happening.
Does anyone know?
 

Attachments

  • ControlsMove.accdb
    1 MB · Views: 76

MajP

You've got your good things, and you've got mine.
Local time
Today, 15:40
Joined
May 21, 2018
Messages
8,556
I did not look at it, but first guess is check the Anchoring under arrange.
 

MajP

You've got your good things, and you've got mine.
Local time
Today, 15:40
Joined
May 21, 2018
Messages
8,556
So you have a background image. The controls are in relation to the form. I think if you want to get them over the image do not use a background image but put an image control on the form and try that.

controls.png


design.png
 

MajP

You've got your good things, and you've got mine.
Local time
Today, 15:40
Joined
May 21, 2018
Messages
8,556
To explain what is happening better, add some scroll bars and you will see the size of the form is too big. So the control bars can be scrolled into postion.
 

TheSearcher

Registered User.
Local time
Today, 15:40
Joined
Jul 21, 2011
Messages
304
Thanks for your response MajP. I shrunk the form from 13 to 10 inches. Same problem. Anchoring won't work because there's no option for keeping the controls in the center.
 

MajP

You've got your good things, and you've got mine.
Local time
Today, 15:40
Joined
May 21, 2018
Messages
8,556
As I suggested make it an image control not a background
 

Attachments

  • MajPControlsMove.accdb
    1.8 MB · Views: 59

TheSearcher

Registered User.
Local time
Today, 15:40
Joined
Jul 21, 2011
Messages
304
Yes. I'm trying that now. It seems to have worked. Thanks so much!
 

TheSearcher

Registered User.
Local time
Today, 15:40
Joined
Jul 21, 2011
Messages
304
Any suggestion as to how to keep the image in the background? When I place my controls on top of it they end up behind the image.
 

MajP

You've got your good things, and you've got mine.
Local time
Today, 15:40
Joined
May 21, 2018
Messages
8,556
Right click
Position
Send to Back
 

MajP

You've got your good things, and you've got mine.
Local time
Today, 15:40
Joined
May 21, 2018
Messages
8,556
FYI. If you make it a background image like you did originally that is normal behavior. More obvious if you did it with a continuous form, but it would look as if the records are floating over the image.
 

Users who are viewing this thread

Top Bottom