SOLVED: Disable Restore Window Button
I'm full of questions lately. Today's question: Is it possible to disable the Restore Window button on a form?
Basically, I don't want users to ever be able to access anything but the current form. I've got the Taskbar object buttons turned off; I've hidden the Database window; I've disabled the Window menu so that they can't click to the names of other open forms; and I'm working on removing the "sizing" buttons on the forms themselves. I can take away the MinMaxClose buttons, but the Restore will still be there.
I already tried giving the form a dialog border and resizing it in Design view (rather than maximizing it in Design view). This does prevent the Restore button from appearing, but I can't make the form look "normal" (ie, I can't size it so that it fills the Access window and looks like a regularly maximized form sans Restore button).
Does anyone know how to actually eliminate the Restore Window button, or else does anyone know a good way to just prevent your users from getting the current form out of the way? Thanks in advance for all ideas!!