Access Database

NJLOAD

Senior member
Jun 8, 2001
582
0
0
With all the different Monitor sizes, is there a way to program a form or table to size to the screen that it is being opened on?

For example, I have a 17" monitor and if I build a program that fits on my screen and then try to display it on a smaller screen you have to deal with scroll bars and the sort, is there a way around this?

All help is appreciated.
 

EagleKeeper

Discussion Club Moderator<br>Elite Member
Staff member
Oct 30, 2000
42,589
5
0
You either have to build to the smallest screen size (not physical, but Windows settings) or built to different settings and in the beginning when the app/form starts switch to the proper size based on the settings. This is what I think you are trying to do. VBA shold provide you the tools

Or live with the scroll bars and program for a default size (1024/768 or 1200/1024)