Remove Access Buttons

  • Thread starter Thread starter Simon
  • Start date Start date
S

Simon

I have a data all designed and working, i would like to now install
in
onto a few computer but i do not want user to to be able to use any
of
the Access 2007 buttons.

How do i set it up so the users do not know it using Access 207


Thanks
 
While in the code editor you can go help, and type in

hide ribbon

I also have a working sample based on the above help, and you can find it
here:

http://www.members.shaw.ca/AlbertKallal/msaccess/DownLoad.htm

Remember, to work on your database, you have to exit, and then hold down the
shift key while it starts to "get in" for development mode....

You should also split your database, and use a mde, or for 2007, a accDE. I
explain this concept here:

http://www.members.shaw.ca/AlbertKallal/Articles/split/index.htm
 

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