ACC2000: Control Box Submenu Reappears After Being DisabledID: Q207810
|
Moderate: Requires basic macro, coding, and interoperability skills.
When you disable the Control Box for a form, the Control Box submenu is
disabled also. If you maximize and then restore a form that has its
Control Box disabled, the Control Box submenu will reappear on the
restored form if you press the ALT key and then press the LEFT ARROW key.
If you remove the Control Box from a form, do not maximize the form. Otherwise, the submenu will be enabled if the form is restored to its normal size.
Microsoft has confirmed this to be a problem in Microsoft Access 2000.
Private Sub SizeForm_Click()
DoCmd.Maximize
DoCmd.Restore
End Sub
For more information about maximizing and restoring forms, click Microsoft Access Help on the
Help menu, type "Maximize Action, Minimize Action, and Restore Action" in the Office Assistant or the Answer Wizard,
and then click Search to view the topic.
Additional query words: prb
Keywords : kbui kbdta FmsProp
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: May 13, 1999