jleach
Registered User.
- Local time
- Today, 18:47
- Joined
- Jan 4, 2012
- Messages
- 307
Access itself has two types of displays for forms: tabbed or (untabbed?)  I forget what it's called, but anyway.  Tabbed forms are where Access gives it it's own tab at the top (which can be hidden), and the tabbed form is always maximized.
In untabbed forms, the forms are not maximized, and can be given whatever specific sizes you like.
That's Access itself. Then you can do more or less whichever you like: You can open any form with the Popup property set to true, and it will open as a popup form, not a "tabbed" form (note: unlike the old MDI window, and the "untabbed" forms, a popup style form can be taken outside the main access window and placed on another monitor, for example).
So, in either case of the native Access setting, you can have popup forms.
In the scenario I described, you can have it with either setting in Access. There's one maximized form: the shell itself. Then within that is a couple of subforms, then the "panel" form (which takes the size of the subform in the shell), from which you can open popup forms, etc. etc.
That help?
 In untabbed forms, the forms are not maximized, and can be given whatever specific sizes you like.
That's Access itself. Then you can do more or less whichever you like: You can open any form with the Popup property set to true, and it will open as a popup form, not a "tabbed" form (note: unlike the old MDI window, and the "untabbed" forms, a popup style form can be taken outside the main access window and placed on another monitor, for example).
So, in either case of the native Access setting, you can have popup forms.
In the scenario I described, you can have it with either setting in Access. There's one maximized form: the shell itself. Then within that is a couple of subforms, then the "panel" form (which takes the size of the subform in the shell), from which you can open popup forms, etc. etc.
That help?
 
	 
 
		 
 
		 
 
		 
 
		 
 
		