G
Guest
I have an issue that I believe is easily solved.
I've built an application for a client that has forms designed and sized to
fit their screen resolution.
However, I can never count on the form's position and size when the .mdb is
loaded on different machines. When a form is opened, it sometimes scrolls
down to different positions, creating problems for the user. Since we have a
"pretty" background image, controls get shifted all out of place in
relationship to the background. (In know, background images on forms are
generally not good design)
All I need to do is force the form to scrolled to the upper left hand
corner, despite the form's size on whatever machine the db is running.
Can this be done through properties? Or, do I need to use VBA. I'm very good
with VBA so I'd be happy to try it.
Thanks!
Jimbo
I've built an application for a client that has forms designed and sized to
fit their screen resolution.
However, I can never count on the form's position and size when the .mdb is
loaded on different machines. When a form is opened, it sometimes scrolls
down to different positions, creating problems for the user. Since we have a
"pretty" background image, controls get shifted all out of place in
relationship to the background. (In know, background images on forms are
generally not good design)
All I need to do is force the form to scrolled to the upper left hand
corner, despite the form's size on whatever machine the db is running.
Can this be done through properties? Or, do I need to use VBA. I'm very good
with VBA so I'd be happy to try it.
Thanks!
Jimbo