Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
What I want to do is open other Forms or Queries from this form in maximize view but do not want the other forms or queries to open in maximize view.
Restore Action
You can use the Restore action to restore a maximized or minimized window to its previous size.
Note This action cannot be applied to module windows in the Visual Basic Editor (VBE). For information about how to affect module windows see the WindowState property topic.
Setting
The Restore action doesn't have any arguments.
Remarks
This action works on the selected object. If an object has been minimized, you can first select it by using the SelectObject action and then restore it to its previous size by using the Restore action.
You can use the MoveSize action to move or size a window that you've restored.
The Restore action has the same effect as clicking the Restore button in the window's upper-right corner or clicking the Restore command on the window's Control menu.
To run the Restore action in Visual Basic, use the Restore method of the DoCmd object.
This action works on the selected object.