I receive 424 run-time error: "Object required".
Form1.ControlBox1 = True
sub Form1_Load() is "Public".
Thanks a lot
CodePudding user response:
You need to do the following:
Forms!Form1.Form.ControlBox = True
I receive 424 run-time error: "Object required".
Form1.ControlBox1 = True
sub Form1_Load() is "Public".
Thanks a lot
CodePudding user response:
You need to do the following:
Forms!Form1.Form.ControlBox = True