Good day!
I would like to accomplish this: When a user clicks on a button, the form will expand and a subform will appear in the expanded area.
I've tried to implement this function with no avail.
I currently have the subform position set to 0,0,0,0. I have a button that contains:
"Actions" is the name of the subform. I thought this would work, but it doesn't.
Any ideas?
I would like to accomplish this: When a user clicks on a button, the form will expand and a subform will appear in the expanded area.
I've tried to implement this function with no avail.
I currently have the subform position set to 0,0,0,0. I have a button that contains:
Code:
Form.Width = 17460
Me.Actions.Move 12540, 60, 4812, 4284
Any ideas?