Hello,
I have a form that I want to automatically resize when it opens to fit the screen, regardless of the resolution settings on the computer. I am working on some vba code to do this (and any insights on that are appreciated), but on the form itself I have the following issue:
I have set the horizontal anchors for all controls and subforms to "both", and the vertical anchor to "top". The allow resize attribute is set to "true" for the form as well. However, when I manually resize the form, none of the controls/subforms resize. Is there another setting that I need to manipulate in order to have the resizing work properly?
I appreciate any insights.
Thank you,
Pat
I have a form that I want to automatically resize when it opens to fit the screen, regardless of the resolution settings on the computer. I am working on some vba code to do this (and any insights on that are appreciated), but on the form itself I have the following issue:
I have set the horizontal anchors for all controls and subforms to "both", and the vertical anchor to "top". The allow resize attribute is set to "true" for the form as well. However, when I manually resize the form, none of the controls/subforms resize. Is there another setting that I need to manipulate in order to have the resizing work properly?
I appreciate any insights.
Thank you,
Pat