Access Title Bar

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

Guest

I do not want users to be able to click the x to exit access from the access
title bar. How can I disable or hide the title bar throughout the db.
Also can you set the default view of the find icon to general search so that
all users in a multi user database automaticlly default to this view. I can
change it by tools options then selectiong edit/find, but I have to do this
for each user I wanted to do it globaly for all users.

Thanks
Lucy
 
Hi Lucy.
This probably not what your looking for but from my understanding - If
you go to the form properties, All tab, Set the Close button to "NO" The x
will disappear. For throughout the application. I think you'd have to do
it as a module or function.
The code would be me.Closeform = false
and this would be called in the Forms Load event.
 
Back
Top