How to do this?

  • Thread starter Thread starter G Lam
  • Start date Start date
G

G Lam

Hi, I finished an application. I set up a new menu bar so that the user can
only quit the application by clicking a button in the forms. However, on the
application bar, the very top one, there is a X (at the very right upper
conner) that can close Access altogether. In rare situations, this could
cause problem.
How can I get ride of this X?
The - and square are fine.
Thank you.
Gary
 
You can't get rid of the Appln Close button since it is
part of the Windows interface. However, you can render it
ineffective using the technique in The Access Web article:

<http://www.mvps.org/access/general/gen0005.htm>

However, beware that if the interface frustrates the
users, they may use Cntrl + Alt + Del which can corrupt
your database.

HTH
Van T. Dinh
MVP (Access)
 
Back
Top