(apologies in advance... i give up)
small Pop Up form (... prompting the user to answer this before they continue on the form already open)
form 'opens' with:
DoCmd.OpenForm stDocName, , , stLinkCriteria, , , strOpenArgs
Pop Up = yes
Modal = yes
Auto Center = no
Auto Resize = yes
Fit to Screen = no
Border Style = thin
Moveable = yes
in the On Open event:
Me.AutoResize = True
DoCmd.Restore
also:
Access Options -> Current Database -> Document Window Options -> Overlapping Windows, Display Document Tabs - unchecked
and.. this little 6"w x 3.5"h form ...opens FULL SCREEN
i give up; what am i missing?
as always, with appreciation in advance,
m.