G
Guest
This is probably simple, but I can't seem to get the syntax right.
I have a form called "frm_customer" with a subform called "subfrm_comments".
when the form "frm_customer" opens, I have some code for the On_Open
property that makes some changes based on user. I check the users screen
resolution and want to change the height of the subform based on users
resolution. I have all the code in place for checking resolution, just need
the syntax for changing the subform height.
I tried me.subfrm_comments.height = 3.0, but this doesn't work.
Any advice on correct syntax for referencing subform control?
I have a form called "frm_customer" with a subform called "subfrm_comments".
when the form "frm_customer" opens, I have some code for the On_Open
property that makes some changes based on user. I check the users screen
resolution and want to change the height of the subform based on users
resolution. I have all the code in place for checking resolution, just need
the syntax for changing the subform height.
I tried me.subfrm_comments.height = 3.0, but this doesn't work.
Any advice on correct syntax for referencing subform control?