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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top