Changing screen resolutions

R

Rob

My Access database has text boxes that will move out of position as the
resolution of the computer it is on varies(1024x768, 800x600, etc). Any
suggestions on how to anchor them so that they will remain in the same
position relative to the rest of the form's contents regardless of screen
resolution.

Thanks, Rob
 
B

BruceM

There is no built-in way to do what you want (although I don't know about
the most recent version of Access). If at all possible you should design
for the 800 x 600 resolution. Although I haven't tried it, I would think
that if you split your database you could have different versions of the
front end, although that is extra work now and when you update. There are
some resizing utilities. Here are links and tips I have copied for two of
them:

1. Download an MDE file from the Developer's Handbook web site. You can then
reference that MDE in your application to use the resize code.
http://www.developershandbook.com/

2. Purchase the Developer's Handbook for your version of Access. In my
opinion the book is WELL worth the money. Not only do you get the resize
code, but a wealth of other information, code, and database samples. Go to
the same site listed above for more information.

3. Peter's software has a resizing utility at:
http://www.peterssoftware.com/ss.htm

I have used the first one. It works OK at resizing a form designed for 800
x 600 to the smaller resolution, but it is some effort to implement it. A
search for Access resize or something of the sort should produce some more
information.
 

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