Does anyone know how to hide the MS Access 2000 application window control box when using toolbars on a form? I have already disabled them on the forms within my application, however, the control box for Minimize, Maximize, Restore and Close still appear in the upper right hand corner of the screen. No errors occur when exiting forms and subforms throughout my application using the Close button on the toolbars. However, when clicking the X in the control box MS Access attempts to quit and close resulting in errors. I have tried to use the logic provided in the Microsoft Knowledge Base article Q210299 ("Maximized form shows control box and Minimize, Maximize, and Restore buttons" but I receive the compile error - "Expected variable or procedure, not module" when executing the code in the Onload property of the forms. Any ideas?