Hi Derek,
Most people don't even bother thinking about this problem, yet from the
Access Databases I've encountered during my career, it is probably one of
the most annoying situations! Best advice I can give you is to design your
forms/reports at a reasonably small screen resolution (e.g. 800x600 is
probably the minimum resolution you will encounter), that way if your
viewing it on a larger screen it will simply appear smaller but at least you
can still see everything without annoying scrolling.
There is an alternative... Resizable GUIs...
Resizable GUIs are sometimes very difficult to design, especially in Access
because it doesn't natively support them.
I would recommend using a 'Form Auto Resizer' module or ActiveX control (or
write one yourself
)
I think a freeware version exists on the net - do a google search. These
methods usually resize all controls on a form/report and also adjust font
sizes proportianally. It's worth noting that this isn't always suitable if
the forms are not kept proportianal. Also, if you do choose this method,
design your forms at the smallest size and let the 'Resizer' increase the
size for the larger screens - don't do it the other way round else it will
likely be unreadable!
Hope this helps,
Wayne Phillips
http://www.everythingaccess.com/forums/ -> New Access forum!