x-close: quell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If I have a COMMANDBUTTON_close, which may in fact have visual basic code that executes several statements, then I do not want the window to have the typical red upper right corner X that a user can click on to close the same form and circumvent my COMMANDBUTTON_close
How do you hide or get rid of that red X button
 
Forms have a Close Button property that you can set to False.

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)


mark r said:
If I have a COMMANDBUTTON_close, which may in fact have visual basic code
that executes several statements, then I do not want the window to have the
typical red upper right corner X that a user can click on to close the same
form and circumvent my COMMANDBUTTON_close.
 
Back
Top