D
doyle60
I have two unbound combos on a form that allow the user to change the
size of a sub form. Some users' computers are set at different
resolutions and I want to allow the user to maximize the size of a
rather wide sub as much as possible.
It all works wonderfully.
But the catch, as you may have realized, is that they will have to
adjust the size every time they enter the form. Many may have it open
all day but they will find it annoying nonetheless.
I don't believe there is a way for the form to change the value on
close, right?—so that is out.
My next idea would be to save the values in a table on everyones'
frontends.
If that is the way to go, what would be the code to change the subform
size on open?
(I will create a form that only allows one record to fill in this
table. The form can have on it columns called "WidthEntryfrm" and
"HeightEntryfrm" and be called EntryFormSettingstbl.)
If there is a better solution, please let me know.
Matt
size of a sub form. Some users' computers are set at different
resolutions and I want to allow the user to maximize the size of a
rather wide sub as much as possible.
It all works wonderfully.
But the catch, as you may have realized, is that they will have to
adjust the size every time they enter the form. Many may have it open
all day but they will find it annoying nonetheless.
I don't believe there is a way for the form to change the value on
close, right?—so that is out.
My next idea would be to save the values in a table on everyones'
frontends.
If that is the way to go, what would be the code to change the subform
size on open?
(I will create a form that only allows one record to fill in this
table. The form can have on it columns called "WidthEntryfrm" and
"HeightEntryfrm" and be called EntryFormSettingstbl.)
If there is a better solution, please let me know.
Matt